You've already forked matrix-docker-ansible-deploy
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:
@ -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."
|
||||||
]
|
]
|
||||||
}}
|
}}
|
||||||
|
@ -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."
|
||||||
]
|
]
|
||||||
}}
|
}}
|
||||||
|
Reference in New Issue
Block a user