Преглед изворни кода

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
pull/4471/head
Slavi Pantaleev пре 7 месеци
родитељ
комит
1761615bf8
2 измењених фајлова са 2 додато и 2 уклоњено
  1. +1
    -1
      roles/custom/matrix-bridge-appservice-irc/tasks/migrate_nedb_to_postgres.yml
  2. +1
    -1
      roles/custom/matrix-bridge-appservice-slack/tasks/migrate_nedb_to_postgres.yml

+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/tasks/migrate_nedb_to_postgres.yml Прегледај датотеку

@@ -80,6 +80,6 @@
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."
]
}}

+ 1
- 1
roles/custom/matrix-bridge-appservice-slack/tasks/migrate_nedb_to_postgres.yml Прегледај датотеку

@@ -75,6 +75,6 @@
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."
]
}}

Loading…
Откажи
Сачувај