Check the correct file.

This commit is contained in:
Ralph Bean 2017-05-02 15:42:55 +00:00
parent 8286c69abe
commit a43e0c891f

View file

@ -13,7 +13,7 @@
when: ansible_distribution_major_version|int > 21 when: ansible_distribution_major_version|int > 21
- name: See if postgreSQL is installed - name: See if postgreSQL is installed
stat: path=/var/lib/pgsql/initdb.log stat: path=/var/lib/pgsql/initdb_postgresql.log
register: pgsql_installed register: pgsql_installed
- name: init postgresql - name: init postgresql