Project

General

Profile

Actions

Bug #35884

closed

Reports show "No additional data" when FQCN notation is used

Added by Evgeni Golov over 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:

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'

Actions #1

Updated by The Foreman Bot over 1 year ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/theforeman/foreman_ansible/pull/581 added
Actions #2

Updated by The Foreman Bot about 1 year ago

  • Fixed in Releases foreman_ansible-11.0.0 added
Actions #3

Updated by Evgeni Golov about 1 year ago

  • Status changed from Ready For Testing to Closed
Actions #4

Updated by The Foreman Bot about 1 year ago

  • Pull request https://github.com/theforeman/foreman_ansible/pull/593 added
Actions #5

Updated by The Foreman Bot about 1 year ago

  • Fixed in Releases foreman_ansible-10.0.0 added
Actions #6

Updated by Nofar Alfassi about 1 year 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

Also available in: Atom PDF