“cameron.desrayaud” 23ddc9a40d Fichier Mission2
2021-12-15 11:40:10 +01:00

9 lines
253 B
YAML

---
- name: Add the OS specific variables
include_vars: "{{ item }}"
with_first_found:
- "{{ ansible_distribution }}{{ ansible_distribution_major_version }}.yml"
- "{{ ansible_os_family }}.yml"
- include_tasks: "tomcat-mariadb-install.yml"