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

Also available in: Atom PDF