You've already forked matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-08-10 21:52:20 +02:00
Fix validation task (matrix_postmoogle_ -> matrix_bot_postmoogle_)
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3698
This commit is contained in:
@@ -227,7 +227,7 @@
|
|||||||
block:
|
block:
|
||||||
- ansible.builtin.set_fact:
|
- ansible.builtin.set_fact:
|
||||||
matrix_playbook_migration_postmoogle_migration_vars: |-
|
matrix_playbook_migration_postmoogle_migration_vars: |-
|
||||||
{{ vars | dict2items | selectattr('key', 'match', 'matrix_postmoogle_.*') | list | items2dict }}
|
{{ vars | dict2items | selectattr('key', 'match', 'matrix_bot_postmoogle_.*') | list | items2dict }}
|
||||||
|
|
||||||
- name: (Deprecation) Catch and report matrix_bot_postmoogle variables
|
- name: (Deprecation) Catch and report matrix_bot_postmoogle variables
|
||||||
ansible.builtin.fail:
|
ansible.builtin.fail:
|
||||||
|
Reference in New Issue
Block a user