Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- ---
-
- - ansible.builtin.import_tasks: "{{ role_path }}/tasks/init.yml"
- tags:
- - always
-
- - ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_install.yml"
- when: run_setup | bool and matrix_etherpad_enabled | bool
- tags:
- - setup-all
- - setup-etherpad
-
- - ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
- when: run_setup | bool and not matrix_etherpad_enabled | bool
- tags:
- - setup-all
- - setup-etherpad
-
- - ansible.builtin.import_tasks: "{{ role_path }}/tasks/validate_config.yml"
- when: run_setup | bool and matrix_etherpad_enabled | bool
- tags:
- - setup-all
- - setup-etherpad
|