diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2020-09-19 20:43:49 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2020-09-19 20:43:49 -0400 |
| commit | 2ec4b6f5afd602d58313467271d89789f6d8c354 (patch) | |
| tree | b65b3e447b7ab1ad61594da8951d7488e21899de | |
| parent | 58cb82739d40047547847eccfeaa11c14c48db3c (diff) | |
| download | alpine-postgres-master.tar.gz alpine-postgres-master.tar.xz | |
| -rw-r--r-- | tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/main.yml b/tasks/main.yml index 78ebf13..646b35b 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -31,7 +31,7 @@ copy: content: | # hostname:port:database:username:password - *:*:*:postgres:{{postgres_passwd}} + *:*:*:postgres:{{postgres_passwd | replace('\n', '')}} dest: '/root/.pgpass' mode: '0600' when: postgres_passwd is defined |
