Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

17 строки
601 B

  1. ---
  2. - name: Fail if required matrix-appservice-webhooks settings not defined
  3. ansible.builtin.fail:
  4. msg: >-
  5. You need to define a required configuration setting (`{{ item }}`).
  6. when: "vars[item] == ''"
  7. with_items:
  8. - matrix_appservice_webhooks_appservice_token
  9. - matrix_appservice_webhooks_homeserver_url
  10. - matrix_appservice_webhooks_homeserver_token
  11. - matrix_appservice_webhooks_id_token
  12. - matrix_appservice_webhooks_api_secret
  13. - matrix_appservice_webhooks_container_network
  14. - matrix_appservice_webhooks_hostname
  15. - matrix_appservice_webhooks_path_prefix