Matrix Docker Ansible eploy
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

22 řádky
558 B

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