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

Add note to config validation about new rolling tag variable.

pull/5187/head
Catalan Lover пре 1 месец
родитељ
комит
09ce77f47b
No known key found for this signature in database GPG Key ID: 99A263BABA26C9D9
2 измењених фајлова са 2 додато и 2 уклоњено
  1. +1
    -1
      roles/custom/matrix-appservice-draupnir-for-all/tasks/validate_config.yml
  2. +1
    -1
      roles/custom/matrix-bot-draupnir/tasks/validate_config.yml

+ 1
- 1
roles/custom/matrix-appservice-draupnir-for-all/tasks/validate_config.yml Прегледај датотеку

@@ -23,7 +23,7 @@
- {'old': 'matrix_appservice_draupnir_for_all_docker_image_registry_prefix_upstream', 'new': 'matrix_appservice_draupnir_for_all_container_image_registry_prefix_upstream'}
- {'old': 'matrix_appservice_draupnir_for_all_docker_image_registry_prefix_upstream_default', 'new': 'matrix_appservice_draupnir_for_all_container_image_registry_prefix_upstream_default'}
- {'old': 'matrix_appservice_draupnir_for_all_docker_src_files_path', 'new': 'matrix_appservice_draupnir_for_all_container_src_files_path'}
- {'old': 'matrix_appservice_draupnir_for_all_container_image_force_pull', 'new': '<removed>'}
- {'old': 'matrix_appservice_draupnir_for_all_container_image_force_pull', 'new': '<removed> (No longer needed due to new docker module doing this natively only if needed. If you run both bot mode and appservice mode matrix_appservice_draupnir_for_all_rolling_tag_force_pull is needed to make sure restart logic works correctly for both roles.)'}

- name: Fail if required matrix-bot-draupnir variables are undefined
ansible.builtin.fail:


+ 1
- 1
roles/custom/matrix-bot-draupnir/tasks/validate_config.yml Прегледај датотеку

@@ -37,7 +37,7 @@
- {'old': 'matrix_bot_draupnir_docker_image_registry_prefix_upstream', 'new': 'matrix_bot_draupnir_container_image_registry_prefix_upstream'}
- {'old': 'matrix_bot_draupnir_docker_image_registry_prefix_upstream_default', 'new': 'matrix_bot_draupnir_container_image_registry_prefix_upstream_default'}
- {'old': 'matrix_bot_draupnir_docker_src_files_path', 'new': 'matrix_bot_draupnir_container_src_files_path'}
- {'old': 'matrix_bot_draupnir_container_image_force_pull', 'new': '<removed>'}
- {'old': 'matrix_bot_draupnir_container_image_force_pull', 'new': '<removed> (No longer needed due to new docker module doing this natively only if needed. If you run both bot mode and appservice mode matrix_bot_draupnir_rolling_tag_force_pull is needed to make sure restart logic works correctly for both roles.)'}

- name: Fail if required matrix-bot-draupnir variables are undefined
ansible.builtin.fail:


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