diff options
author | Ralph Bean <rbean@redhat.com> | 2017-05-02 15:42:55 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2017-05-02 15:42:55 +0000 |
commit | a43e0c891f8a1c2c5cac333a49b0b27ca17b7798 (patch) | |
tree | 6223de56a11fbc225f429d3a011e87ed56501f50 | |
parent | 8286c69abe8f58843cf8cbc66ca9cdf0d773c99b (diff) | |
download | ansible-a43e0c891f8a1c2c5cac333a49b0b27ca17b7798.tar.gz ansible-a43e0c891f8a1c2c5cac333a49b0b27ca17b7798.tar.xz ansible-a43e0c891f8a1c2c5cac333a49b0b27ca17b7798.zip |
Check the correct file.
-rw-r--r-- | roles/waiverdb/tasks/psql_setup.yml | 2 |
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 |