Skip to content

Releases: DWSR/ansible-role-profile_d

v0.1.1: Ensure idempotency when checking for shell rc (#5)

04 Nov 03:44
0f4c018
Compare
Choose a tag to compare
This change makes the role properly idempotent by removing a call to the
`ansible.builtin.file` module and using the capabilities of the
`ansible.builtin.blockinfile` module to create the destination file if
it does not already exist.

v0.1.0

03 Nov 19:51
Compare
Choose a tag to compare
Initial (#1)