diff options
Diffstat (limited to 'postgresql/tasks')
| -rw-r--r-- | postgresql/tasks/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql/tasks/main.yaml b/postgresql/tasks/main.yaml index 865f111..95d1f23 100644 --- a/postgresql/tasks/main.yaml +++ b/postgresql/tasks/main.yaml @@ -31,7 +31,7 @@ become: yes become_user: "postgres" command: "{{postgresql_initidb_path}} -D {{postgresql_data_dir}}" - when: filesFound == 0 + when: filesFound.matched == 0 - name: ensure postgresql is started become: yes |
