src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--postgresql/tasks/main.yaml2
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