summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2017-05-02 15:42:55 +0000
committerRalph Bean <rbean@redhat.com>2017-05-02 15:42:55 +0000
commita43e0c891f8a1c2c5cac333a49b0b27ca17b7798 (patch)
tree6223de56a11fbc225f429d3a011e87ed56501f50
parent8286c69abe8f58843cf8cbc66ca9cdf0d773c99b (diff)
downloadansible-a43e0c891f8a1c2c5cac333a49b0b27ca17b7798.tar.gz
ansible-a43e0c891f8a1c2c5cac333a49b0b27ca17b7798.tar.xz
ansible-a43e0c891f8a1c2c5cac333a49b0b27ca17b7798.zip
Check the correct file.
-rw-r--r--roles/waiverdb/tasks/psql_setup.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/waiverdb/tasks/psql_setup.yml b/roles/waiverdb/tasks/psql_setup.yml
index 38e0f6ad0..634978a44 100644
--- a/roles/waiverdb/tasks/psql_setup.yml
+++ b/roles/waiverdb/tasks/psql_setup.yml
@@ -13,7 +13,7 @@
when: ansible_distribution_major_version|int > 21
- name: See if postgreSQL is installed
- stat: path=/var/lib/pgsql/initdb.log
+ stat: path=/var/lib/pgsql/initdb_postgresql.log
register: pgsql_installed
- name: init postgresql