Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

22 satır
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