Ver a proveniência

Add note to config validation about new rolling tag variable.

pull/5187/head
Catalan Lover há 1 mês
ascendente
cometimento
09ce77f47b
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 99A263BABA26C9D9
2 ficheiros alterados com 2 adições e 2 eliminações
  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 Ver ficheiro

@@ -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 Ver ficheiro

@@ -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:


Carregando…
Cancelar
Guardar