Releases: DWSR/ansible-role-profile_d
Releases · DWSR/ansible-role-profile_d
v0.1.1: Ensure idempotency when checking for shell rc (#5)
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.