summaryrefslogtreecommitdiffstats
path: root/roles/postfix_logreport
diff options
context:
space:
mode:
authorPraveen Kumar <kumarpraveen.nitdgp@gmail.com>2014-10-29 09:08:40 +0530
committerKevin Fenzi <kevin@scrye.com>2014-11-05 15:32:11 +0000
commit4b1e5162d766420f87db8ff8bc5b8c0ff1792fd7 (patch)
tree8415cabba245a844128a3268333a700ccf4683c5 /roles/postfix_logreport
parentfa85764d3b0dcc7b11f84730ac3fb6a4ac971f43 (diff)
downloadansible-4b1e5162d766420f87db8ff8bc5b8c0ff1792fd7.tar.gz
ansible-4b1e5162d766420f87db8ff8bc5b8c0ff1792fd7.tar.xz
ansible-4b1e5162d766420f87db8ff8bc5b8c0ff1792fd7.zip
Update state from installed/removed to present/absent for yum module as per latest documents -> http://docs.ansible.com/yum_module.html
Diffstat (limited to 'roles/postfix_logreport')
-rw-r--r--roles/postfix_logreport/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/postfix_logreport/tasks/main.yml b/roles/postfix_logreport/tasks/main.yml
index 59fab2269..e8c1ab5d6 100644
--- a/roles/postfix_logreport/tasks/main.yml
+++ b/roles/postfix_logreport/tasks/main.yml
@@ -3,7 +3,7 @@
# This is the base set of files needed for postfix/logreport
- name: install postfix-perl-scripts package
- yum: pkg=postfix-perl-scripts state=installed
+ yum: pkg=postfix-perl-scripts state=present
tags:
- postfix
- packages