mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-07-29 19:15:53 +02:00
Compare commits
2 Commits
0a32d76b9b
...
d1c8a52e3e
Author | SHA1 | Date | |
---|---|---|---|
d1c8a52e3e | |||
a2db5c3d70 |
@ -380,7 +380,7 @@
|
||||
The postgres role in the playbook now lives under the MASH organization (https://github.com/mother-of-all-self-hosting/ansible-role-postgres).
|
||||
The new role is pretty much the same, but uses differently named variables.
|
||||
|
||||
Please change your configuration (vars.yml) to rename all `devture_postgres_`-prefixed variables (`devture_postgres_*` -> `devture_postgres_*`).
|
||||
Please change your configuration (vars.yml) to rename all `devture_postgres_`-prefixed variables (`devture_postgres_*` -> `postgres_*`).
|
||||
|
||||
The following variables in your configuration need to be renamed: {{ vars | dict2items | selectattr('key', 'match', 'devture_postgres_.*') | map (attribute='key') | join(', ') }}
|
||||
when: "vars | dict2items | selectattr('key', 'match', 'devture_postgres_.*') | list | items2dict"
|
||||
|
Reference in New Issue
Block a user