Update state from installed/removed to present/absent for yum module as per latest documents -> http://docs.ansible.com/yum_module.html
This commit is contained in:
parent
fa85764d3b
commit
4b1e5162d7
93 changed files with 120 additions and 120 deletions
|
@ -16,7 +16,7 @@
|
|||
- nagios_server
|
||||
|
||||
- name: Install nagios packages
|
||||
yum: name={{ item }} state=installed
|
||||
yum: name={{ item }} state=present
|
||||
with_items:
|
||||
- php
|
||||
- nagios-plugins-http
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue