Actions
Bug #35884
closedReports show "No additional data" when FQCN notation is used
Difficulty:
Triaged:
No
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'
Updated by The Foreman Bot about 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_ansible/pull/581 added
Updated by The Foreman Bot about 2 years ago
- Fixed in Releases foreman_ansible-11.0.0 added
Updated by Evgeni Golov about 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_ansible|49e942056c2e3c737a37998562011b2d89b52f2b.
Updated by The Foreman Bot almost 2 years ago
- Pull request https://github.com/theforeman/foreman_ansible/pull/593 added
Updated by The Foreman Bot almost 2 years ago
- Fixed in Releases foreman_ansible-10.0.0 added
Updated by Nofar Alfassi almost 2 years ago
- 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)
Actions