Open e-minguez opened 5 years ago
TASK [packages : install packages] ***
[DEPRECATION WARNING]: Invoking "dnf" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items
and specifying name: "{{ item }}"
, please use name: '{{ my_packages }}'
and remove the loop. This feature will be removed in version 2.11.
Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
TASK [msttcorefonts : install msttcorefont prerrequisites] ***
[DEPRECATION WARNING]: Invoking "dnf" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items
and specifying name: "{{ item }}"
, please use name: ['curl', 'cabextract', 'xorg-x11-font-utils', 'fontconfig']
and remove the loop. This
feature will be removed in version 2.11. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [localhost] => (item=['curl', 'cabextract', 'xorg-x11-font-utils', 'fontconfig'])
TASK [packages : Remove packages] ****
[DEPRECATION WARNING]: Invoking "dnf" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items
and specifying name: "{{ item }}"
, please use name: '{{ removed_packages }}'
and remove the loop. This feature will be removed in version 2.11.
Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
TASK [packages : install packages] ***
[DEPRECATION WARNING]: Invoking "dnf" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items
and specifying name: "{{ item }}"
, please use name: '{{ my_packages }}'
and remove the loop. This feature will be removed in version 2.11.
Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
TASK [misc : Enable some extensions] ***** fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["gnome-shell-extension-tool", "-e", "user-theme@gnome-shell-extensions.gcampax.github.com"], "delta": "0:00:00.099729", "end": "2018-12-27 17:32:31.637077", "msg": "non-zero return code", "rc": 1, "start": "2018-12-27 17:32:31.537348", "stderr": "'user-theme@gnome-shell-extensions.gcampax.github.com' is already enabled.", "stderr_lines": ["'user-theme@gnome-shell-extensions.gcampax.github.com' is already enabled."], "stdout": "", "stdout_lines": []}
TASK [libvirtd : install packages] *****
[DEPRECATION WARNING]: Invoking "dnf" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items and specifying
name: "{{ item }}"
, please use name: ['libvirt', 'libvirt-python']
and remove the loop. This feature will be removed in version 2.11. Deprecation warnings can be
disabled by setting deprecation_warnings=False in ansible.cfg.
TASK [msttcorefonts : install msttcorefont prerrequisites] ***** [DEPRECATION WARNING]: Invoking "dnf" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items and specifying
name: "{{ item }}"
, please usename: ['curl', 'cabextract', 'xorg-x11-font-utils', 'fontconfig']
and remove the loop. This feature will be removed in version 2.11. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. changed: [localhost] => (item=['curl', 'cabextract', 'xorg-x11-font-utils', 'fontconfig'])