Hello,
depending of the playbook, the modules attribute’s in task are differently written :
Colon synthax :
- name: APT | Update the general configuration (/etc/apt/apt.conf.ds/10general) |
- |
template: |
src: etc_apt_apt.conf.d_10general.j2 |
dest: /etc/apt/apt.conf.d/10general |
owner: root |
group: root |
mode: 0644 |
Equal synthax :