Matrix Docker Ansible eploy
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

22 wiersze
597 B

  1. - import_tasks: "{{ role_path }}/tasks/init.yml"
  2. tags:
  3. - always
  4. - import_tasks: "{{ role_path }}/tasks/validate_config.yml"
  5. when: "run_setup|bool and matrix_sms_bridge_enabled|bool"
  6. tags:
  7. - setup-all
  8. - setup-matrix-sms-bridge
  9. - import_tasks: "{{ role_path }}/tasks/setup_install.yml"
  10. when: "run_setup|bool and matrix_sms_bridge_enabled|bool"
  11. tags:
  12. - setup-all
  13. - setup-matrix-sms-bridge
  14. - import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
  15. when: "run_setup|bool and not matrix_sms_bridge_enabled|bool"
  16. tags:
  17. - setup-all
  18. - setup-matrix-sms-bridge