1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-08-04 21:43:06 +02:00

Make devture_playbook_runtime_messages_list integration compatible with ansible-core>=2.19.0

Related to https://github.com/devture/com.devture.ansible.role.playbook_runtime_messages/issues/1
This commit is contained in:
Slavi Pantaleev
2025-08-01 15:07:52 +03:00
parent 2f429411f3
commit 1761615bf8
2 changed files with 2 additions and 2 deletions

View File

@ -80,6 +80,6 @@
devture_playbook_runtime_messages_list | default([]) devture_playbook_runtime_messages_list | default([])
+ +
[ [
"Note: Your appservice-irc database files have been imported into Postgres. The original database files have been moved from `{{ matrix_appservice_irc_data_path }}/*.db` to `{{ matrix_appservice_irc_data_path }}/*.db.backup`. When you've confirmed that the import went well and everything works, you should be able to safely delete these files." "Note: Your appservice-irc database files have been imported into Postgres. The original database files have been moved from `" + matrix_appservice_irc_data_path + "/*.db` to `" + matrix_appservice_irc_data_path + "/*.db.backup`. When you've confirmed that the import went well and everything works, you should be able to safely delete these files."
] ]
}} }}

View File

@ -75,6 +75,6 @@
devture_playbook_runtime_messages_list | default([]) devture_playbook_runtime_messages_list | default([])
+ +
[ [
"Note: Your appservice-slack database files have been imported into Postgres. The original database files have been moved from `{{ matrix_appservice_slack_data_path }}/*.db` to `{{ matrix_appservice_slack_data_path }}/*.db.backup`. When you've confirmed that the import went well and everything works, you should be able to safely delete these files." "Note: Your appservice-slack database files have been imported into Postgres. The original database files have been moved from `" + matrix_appservice_slack_data_path + "/*.db` to `" + matrix_appservice_slack_data_path + "/*.db.backup`. When you've confirmed that the import went well and everything works, you should be able to safely delete these files."
] ]
}} }}