diff options
| author | Praveen Kumar <kumarpraveen.nitdgp@gmail.com> | 2014-10-29 09:08:40 +0530 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2014-11-05 15:32:11 +0000 |
| commit | 4b1e5162d766420f87db8ff8bc5b8c0ff1792fd7 (patch) | |
| tree | 8415cabba245a844128a3268333a700ccf4683c5 /roles/github2fedmsg | |
| parent | fa85764d3b0dcc7b11f84730ac3fb6a4ac971f43 (diff) | |
| download | ansible-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/github2fedmsg')
| -rw-r--r-- | roles/github2fedmsg/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/github2fedmsg/tasks/main.yml b/roles/github2fedmsg/tasks/main.yml index 8202b67be..c899cf730 100644 --- a/roles/github2fedmsg/tasks/main.yml +++ b/roles/github2fedmsg/tasks/main.yml @@ -2,7 +2,7 @@ # Configuration for the tahrir webapp - name: install needed packages - yum: pkg={{ item }} state=installed + yum: pkg={{ item }} state=present with_items: - github2fedmsg - python-psycopg2 |
