Bug #35884
closed
Reports show "No additional data" when FQCN notation is used
Added by Evgeni Golov about 2 years ago.
Updated almost 2 years ago.
Description
Ohai,
the following task produces correct output in the "Message" column ("Copy tmpyk2qgl7g to /tmp/lol.conf":
- name: lol
copy:
content: 'lol'
dest: '/tmp/lol.conf'
owner: 'root'
mode: '0750'
While the following just logs "No additional data":
- name: lol
ansible.builtin.copy:
content: 'lol'
dest: '/tmp/lol.conf'
owner: 'root'
mode: '0750'
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_ansible/pull/581 added
- Fixed in Releases foreman_ansible-11.0.0 added
- Status changed from Ready For Testing to Closed
- Pull request https://github.com/theforeman/foreman_ansible/pull/593 added
- Fixed in Releases foreman_ansible-10.0.0 added
- Fixed in Releases foreman_ansible-10.4.0, foreman_ansible-11.1.0 added
- Fixed in Releases deleted (
foreman_ansible-10.0.0, foreman_ansible-11.0.0)
Also available in: Atom
PDF