Вот такой файл с тасками:
---
- name: Hide filesystem icon
xfconf:
channel: "xfce4-desktop"
property: "/desktop-icons/file-icons/show-filesystem"
value_type: "bool"
value: false
- name: Hide trash icon
xfconf:
channel: "xfce4-desktop"
property: "/desktop-icons/file-icons/show-trash"
value_type: "bool"
value: false
- name: Hide home icon
xfconf:
channel: "xfce4-desktop"
property: "/desktop-icons/file-icons/show-home"
value_type: "bool"
value: false
Дёргаю его из плейбука, высыпает ошибку:
ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.
The error appears to have been in '/home/user/riv-ansible/roles/xubuntu-workplace/tasks/desktop-icons.yml': line 4, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Hide filesystem icon
^ here