Nuke some more only_if stragglers

This commit is contained in:
Kevin Fenzi 2013-11-25 19:10:22 +00:00
parent f0a29df52d
commit 4ea8fb7509
3 changed files with 9 additions and 9 deletions

View file

@ -16,7 +16,7 @@
yum: name=koji state=installed
tags:
- packages
only_if: '$is_kojidb'
when: is_kojidb == "True"
- name: initialize postgresql
command: service postgresql initdb
@ -31,7 +31,7 @@
- restart postgresql
tags:
- config
only_if: '$is_kojidb'
when: is_kojidb == "True"
- name: Set postgresql-server to run on boot
service: name=postgresql enabled=yes