Typo again

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-10-11 10:27:52 +02:00
parent 75c650fda3
commit e2cd6537ec
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -14,7 +14,7 @@
- name: add the pgpass file
copy:
content: |
db01{{ env_suffix }}.iad2.fedoraproject.org:*:maubot:maubot::{{ (env == 'production')|ternary(maubot_prod_db_password, maubot_stg_db_password) }}
db01{{ env_suffix }}.iad2.fedoraproject.org:*:maubot:maubot:{{ (env == 'production')|ternary(maubot_prod_db_password, maubot_stg_db_password) }}
dest: /root/.pgpass
owner: root
group: root