Skip to content

Commit

Permalink
Fix idempotency errors
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Mar 11, 2024
1 parent 0192e00 commit 41dda74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
ansible.builtin.command:
cmd: localectl set-locale LANG={{ postgresql_locale }}
when: postgresql_locale != _locale_config
changed_when: postgresql_locale != _locale_config
changed_when: false

- name: Create PostgreSQL data directory
ansible.builtin.file:
Expand Down

0 comments on commit 41dda74

Please sign in to comment.