Typo again
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
75c650fda3
commit
e2cd6537ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue