Actualiser roles/01-java/tasks/main.yml
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
---
|
---
|
||||||
- include: 01-check-java.yml
|
- name: Inclure la tâche de vérification
|
||||||
- include: 02-install-java.yml
|
ansible.builtin.import_tasks: 01-check-java.yml
|
||||||
- include: 03-check-java-install.yml
|
|
||||||
- include: 04-display-version.yml
|
- name: Inclure la tâche d'installation
|
||||||
|
ansible.builtin.import_tasks: 02-install-java.yml
|
||||||
|
|
||||||
|
- name: Inclure la tâche de vérification d'installation
|
||||||
|
ansible.builtin.import_tasks: 03-check-java-install.yml
|
||||||
|
|
||||||
|
- name: Inclure la tâche d'affichage de la version installé
|
||||||
|
ansible.builtin.import_tasks: 04-display-version.yml
|
Reference in New Issue
Block a user