syntax
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
- import_tasks: global_handlers/global_handlers.yml
|
||||
connection: local
|
||||
vars_files:
|
||||
- "os_vars/{{ ansible_distribution | lower }}.yml"
|
||||
- "{{ lookup('first_found', ['os_vars/' + (ansible_distribution | lower) + '.yml'], errors='ignore') }}"
|
||||
become: true
|
||||
vars:
|
||||
ansible_reboot_cooldown_minutes: 15 # Cooldown in Minuten
|
||||
|
||||
Reference in New Issue
Block a user