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:
Praveen Kumar 2014-10-29 09:08:40 +05:30 committed by Kevin Fenzi
parent fa85764d3b
commit 4b1e5162d7
93 changed files with 120 additions and 120 deletions

View file

@ -1,7 +1,7 @@
---
# install python-geoIP
- name: install python-GeoIP
yum: name=python-GeoIP state=installed
yum: name=python-GeoIP state=present
tags:
- packages