Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

12 lignes
307 B

  1. ---
  2. - block:
  3. - when: matrix_conduit_enabled | bool
  4. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
  5. - when: not matrix_conduit_enabled | bool
  6. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
  7. tags:
  8. - setup-all
  9. - setup-conduit