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
|
@ -3,12 +3,12 @@
|
|||
# Setup askbot for ask.fedoraproject.org site.
|
||||
#
|
||||
- name: install needed packages from epel-testing
|
||||
yum: pkg={{ item }} state=installed enablerepo=epel-testing
|
||||
yum: pkg={{ item }} state=present enablerepo=epel-testing
|
||||
with_items:
|
||||
- askbot
|
||||
|
||||
- name: install needed packages
|
||||
yum: pkg={{ item }} state=installed
|
||||
yum: pkg={{ item }} state=present
|
||||
with_items:
|
||||
- python-memcached
|
||||
- python-askbot-fedmsg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue