kitaro-tn
4/24/2016 - 1:27 PM

ansible2系で起こったバグの一部紹介 ref: http://qiita.com/kitaro_tn/items/6f9dc92d12bcd74b4443

ansible2系で起こったバグの一部紹介 ref: http://qiita.com/kitaro_tn/items/6f9dc92d12bcd74b4443

- name: install the 'Development tools' package group
  become: true
  yum: name="@development tools" state=present
# yum groupinstall "Development Tools"