redhat-cop / aap_utilities

Ansible Collection for automated deployment of AAP and other objects for general use
https://galaxy.ansible.com/infra/aap_utilities
GNU General Public License v3.0
74 stars 44 forks source link

Fix issues with copy and /dev/null #104

Closed ericzolf closed 1 year ago

ericzolf commented 1 year ago

What does this PR do?

ansible.builtin.copy doesn't properly handle /dev/null as source, it removes it if called as root. See https://github.com/ansible/ansible/issues/79101 for details

How should this be tested?

Run or better re-run aap_setup_install

Is there a relevant Issue open for this?

n/a

Other Relevant info, PRs, etc

https://github.com/ansible/ansible/issues/79101