While using the playbook for installing Go on Centos 7, I got this deprecation warning:
[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: ['curl', 'gcc', 'git', 'findutils', 'make', 'rsync', 'tar'] 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.
I've changed the tasks/CentOS.yml file to reflect the deprecation, and did the same for the other files.
While using the playbook for installing Go on Centos 7, I got this deprecation warning:
I've changed the tasks/CentOS.yml file to reflect the deprecation, and did the same for the other files.