Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warning loop #14

Open
e-minguez opened this issue Dec 27, 2018 · 6 comments
Open

Deprecation warning loop #14

e-minguez opened this issue Dec 27, 2018 · 6 comments

Comments

@e-minguez
Copy link
Owner

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
Copy link
Owner Author

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
Copy link
Owner Author

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
Copy link
Owner Author

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
Copy link
Owner Author

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
Copy link
Owner Author

TASK [misc : Enable some extensions] *****************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["gnome-shell-extension-tool", "-e", "[email protected]"], "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": "'[email protected]' is already enabled.", "stderr_lines": ["'[email protected]' is already enabled."], "stdout": "", "stdout_lines": []}

@e-minguez
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant