Skip to content

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

Latest
Compare
Choose a tag to compare
@DWSR DWSR released this 04 Nov 03:44
0f4c018
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.