You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This request isn't a duplicate of an existing issue
I've read the docs and followed them (if applicable)
This is not a personal support request that should be posted on the Roots Discourse community
Description
Getting this deprecation warning when running provision:
TASK [swapfile : install dependencies] ************************************************************************************************
[DEPRECATION WARNING]: Invoking "apt" 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: '{{ swapfile_dependencies }}' 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: [159.203.148.200] => (item=['util-linux'])
Steps to reproduce
Run ansible-playbook provision.
Expected behavior: [What you expect to happen]
No deprecation warnings.
Actual behavior: [What actually happens]
Shows a deprecation warning.
Reproduces how often: [What percentage of the time does it reproduce?]
Every time.
Versions
Ansible 2.7.10 (just outside the supported range, but everything else still works)
The text was updated successfully, but these errors were encountered:
Description
Getting this deprecation warning when running provision:
Steps to reproduce
ansible-playbook provision
.Expected behavior: [What you expect to happen]
No deprecation warnings.
Actual behavior: [What actually happens]
Shows a deprecation warning.
Reproduces how often: [What percentage of the time does it reproduce?]
Every time.
Versions
Ansible 2.7.10 (just outside the supported range, but everything else still works)
The text was updated successfully, but these errors were encountered: