mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2022-03-07 15:00
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
set_fact: system_timers_conf={{ system_timers_conf | default([]) + [ system_timer_defaults | combine(item, recursive=True) ] }}
|
||||
loop: "{{ system_timers }}"
|
||||
tags: system,cron
|
||||
|
||||
- set_fact: system_timers={{ system_timers_conf | default([]) }}
|
||||
tags: system,cron
|
||||
|
||||
|
@@ -1,4 +1,6 @@
|
||||
---
|
||||
|
||||
- include: facts.yml
|
||||
- include: install.yml
|
||||
- include_tasks: facts.yml
|
||||
tags: always
|
||||
- include_tasks: install.yml
|
||||
tags: always
|
||||
|
Reference in New Issue
Block a user