Skip to content

Commit

Permalink
Postgres devs don't like stderr apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Nov 28, 2024
1 parent 45290a9 commit 14d2ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
cmd: "postgresql-{{ eff_pg_version }}-setup initdb"
register: noobient_pg_initdb
changed_when: noobient_pg_initdb_ok_str in noobient_pg_initdb.stdout
failed_when: noobient_pg_initdb.rc != 0 and noobient_pg_initdb_exists_str not in noobient_pg_initdb.stderr
failed_when: noobient_pg_initdb.rc != 0 and noobient_pg_initdb_exists_str not in noobient_pg_initdb.stdout

0 comments on commit 14d2ed5

Please sign in to comment.