Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

16 regels
474 B

  1. # SPDX-FileCopyrightText: 2024 Slavi Pantaleev
  2. #
  3. # SPDX-License-Identifier: AGPL-3.0-or-later
  4. ---
  5. - name: Fail if required matrix-cactus-comments-client settings not defined
  6. ansible.builtin.fail:
  7. msg: >-
  8. You need to define a required configuration setting (`{{ item }}`).
  9. when: "vars[item] == ''"
  10. with_items:
  11. - matrix_cactus_comments_client_hostname
  12. - matrix_cactus_comments_client_path_prefix
  13. - matrix_cactus_comments_client_container_network