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.
 
 

20 lignes
437 B

  1. ---
  2. - ansible.builtin.import_tasks: "{{ role_path }}/tasks/start.yml"
  3. when: run_start | bool
  4. tags:
  5. - start
  6. - ansible.builtin.import_tasks: "{{ role_path }}/tasks/stop.yml"
  7. when: run_stop | bool
  8. tags:
  9. - stop
  10. - ansible.builtin.import_tasks: "{{ role_path }}/tasks/dump_runtime_results.yml"
  11. tags:
  12. - always
  13. - ansible.builtin.import_tasks: "{{ role_path }}/tasks/run_docker_prune.yml"
  14. tags:
  15. - run-docker-prune