Fix Molecule test issue.

This commit is contained in:
Jeff Geerling 2018-09-30 20:42:29 -05:00
parent bf0fe8d531
commit 358b31bcaa
1 changed files with 2 additions and 0 deletions

View File

@ -31,3 +31,5 @@
- name: Verify postgres is running.
command: "{{ postgresql_bin_path }}/pg_ctl -D {{ postgresql_data_dir }} status"
changed_when: false
become: true
become_user: postgres