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.
|
- - import_tasks: "{{ role_path }}/tasks/start.yml"
- when: run_start|bool
- tags:
- - start
-
- - import_tasks: "{{ role_path }}/tasks/stop.yml"
- when: run_stop|bool
- tags:
- - stop
-
- - import_tasks: "{{ role_path }}/tasks/dump_runtime_results.yml"
- tags:
- - always
|