|
@@ -12,6 +12,9 @@
|
|
- include: setup-RedHat.yml
|
|
- include: setup-RedHat.yml
|
|
when: ansible_os_family == 'RedHat'
|
|
when: ansible_os_family == 'RedHat'
|
|
|
|
|
|
|
|
+- include: setup-Ubuntu.yml
|
|
|
|
+ when: ansible_distribution == 'Ubuntu'
|
|
|
|
+
|
|
- include: setup-Debian.yml
|
|
- include: setup-Debian.yml
|
|
when: ansible_os_family == 'Debian'
|
|
when: ansible_os_family == 'Debian'
|
|
|
|
|