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.
 
 

12 lines
403 B

  1. ---
  2. - name: Fail if required matrix-sliding-sync settings not defined
  3. ansible.builtin.fail:
  4. msg: >
  5. You need to define a required configuration setting (`{{ item.name }}`).
  6. when: "vars[item] == ''"
  7. with_items:
  8. - matrix_sliding_sync_hostname
  9. - matrix_sliding_sync_path_prefix
  10. - matrix_sliding_sync_database_hostname
  11. - matrix_sliding_sync_environment_variable_syncv3_secret