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
|
@ -1,12 +1,12 @@
|
|||
|
||||
- name: install fedmsg-irc
|
||||
yum: pkg=fedmsg-irc state=installed
|
||||
yum: pkg=fedmsg-irc state=present
|
||||
tags:
|
||||
- packages
|
||||
- fedmsg/irc
|
||||
|
||||
- name: install python-fedmsg-meta-fedora-infrastructure
|
||||
yum: pkg=python-fedmsg-meta-fedora-infrastructure state=installed
|
||||
yum: pkg=python-fedmsg-meta-fedora-infrastructure state=present
|
||||
tags:
|
||||
- packages
|
||||
- fedmsg/irc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue