ansistrano / deploy

Ansible role to deploy scripting applications like PHP, Python, Ruby, etc. in a capistrano style
https://ansistrano.com
MIT License
2.37k stars 343 forks source link

Avoid Yum deprecation warning #365

Closed javierbeaumont closed 3 years ago

javierbeaumont commented 4 years ago

From logs:

[DEPRECATION WARNING]: Invoking "yum" 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: ['rsync', 'tar', 'openssh-clients', 'git', 'unzip', 'subversion', 'mercurial', 'findutils'] 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.