mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2022-02-28 18:00
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
- vars/{{ ansible_distribution }}.yml
|
||||
- vars/{{ ansible_os_family }}.yml
|
||||
|
||||
- include: facts.yml
|
||||
- include_tasks: facts.yml
|
||||
- include_tasks: utils.yml
|
||||
- include_tasks: hostname.yml
|
||||
- include_tasks: tz.yml
|
||||
@@ -15,9 +15,9 @@
|
||||
when:
|
||||
- ansible_virtualization_role == 'host' or ansible_virtualization_type != 'lxc'
|
||||
- ansible_os_family == 'RedHat'
|
||||
- include: mail.yml
|
||||
- include_tasks: mail.yml
|
||||
- include_tasks: system.yml
|
||||
- include: ansible.yml
|
||||
- include_tasks: ansible.yml
|
||||
- include_tasks: hardware.yml
|
||||
when: ansible_virtualization_role == 'host'
|
||||
- include_tasks: guest.yml
|
||||
|
Reference in New Issue
Block a user