Просмотр исходного кода

Merge pull request #3553 from krassle/patch-1

Fix validate_config.yml
pull/3557/head
Slavi Pantaleev 1 год назад
committed by GitHub
Родитель
Сommit
d1c8a52e3e
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: B5690EEEBB952194
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      roles/custom/matrix_playbook_migration/tasks/validate_config.yml

+ 1
- 1
roles/custom/matrix_playbook_migration/tasks/validate_config.yml Просмотреть файл

@@ -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 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. 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(', ') }} 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" when: "vars | dict2items | selectattr('key', 'match', 'devture_postgres_.*') | list | items2dict"


Загрузка…
Отмена
Сохранить