Yum install multiple packages

From MyWiki
Revision as of 11:13, 3 February 2019 by George2 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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