Difference between revisions of "Yum install multiple packages"
From MyWiki
(Created page with "https://www.reddit.com/r/ansible/comments/560crl/how_to_properly_use_yum_module_to_install/ <source lang="yaml"> - name: Install yum packages using a list yum: name:...") |
(No difference)
|
Latest revision as of 11:13, 3 February 2019
https://www.reddit.com/r/ansible/comments/560crl/how_to_properly_use_yum_module_to_install/
- name: Install yum packages using a list yum: name: - git - sshpass - openssl-devel