e-minguez / laptop_install

Utils to reinstall a new laptop easily
GNU General Public License v3.0
25 stars 11 forks source link

Deprecation warning loop #14

Open e-minguez opened 5 years ago

e-minguez commented 5 years ago

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. changed: [localhost] => (item=['curl', 'cabextract', 'xorg-x11-font-utils', 'fontconfig'])

e-minguez commented 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.

e-minguez commented 5 years ago

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'])

e-minguez commented 5 years ago

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.

e-minguez commented 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.

e-minguez commented 5 years ago

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": []}

e-minguez commented 5 years ago

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.