new version
Some checks failed
Some checks failed
This commit is contained in:
@@ -1,17 +1,11 @@
|
||||
---
|
||||
- name: Include check Java tasks
|
||||
ansible.builtin.include_tasks: 01-check-java.yml
|
||||
# Tâches principales installation Java
|
||||
- import_tasks: 01-check-java.yml
|
||||
tags: [java, check]
|
||||
|
||||
- name: Include remove old Java tasks
|
||||
ansible.builtin.include_tasks: 02-remove-old-java.yml
|
||||
when: java_needs_update | default(false)
|
||||
- import_tasks: 02-install-java.yml
|
||||
tags: [java, install]
|
||||
when: java_installed is not defined or not java_installed
|
||||
|
||||
- name: Include install Java tasks
|
||||
ansible.builtin.include_tasks: 03-install-java.yml
|
||||
when: java_not_installed | default(false) or java_needs_update | default(false)
|
||||
|
||||
- name: Include configure Java tasks
|
||||
ansible.builtin.include_tasks: 04-configure-java.yml
|
||||
|
||||
- name: Include validate installation tasks
|
||||
ansible.builtin.include_tasks: 05-validate-installation.yml
|
||||
- import_tasks: 03-validate-java.yml
|
||||
tags: [java, validate]
|
Reference in New Issue
Block a user