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.

18 lines
337 B

  1. ---
  2. - import_tasks: "{{ role_path }}/tasks/init.yml"
  3. tags:
  4. - always
  5. - import_tasks: "{{ role_path }}/tasks/conduit/setup.yml"
  6. when: run_setup | bool
  7. tags:
  8. - setup-all
  9. - setup-conduit
  10. - name: Mark matrix-conduit role as executed
  11. ansible.builtin.set_fact:
  12. matrix_conduit_role_executed: true
  13. tags:
  14. - always