mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-10 03:15:47 +00:00
Removed block from main.yml and moved run_once logic to 01_core.yml
This commit is contained in:
@@ -17,4 +17,6 @@
|
||||
system_service_timer_enabled: true
|
||||
system_service_on_calendar: "{{ SYS_SCHEDULE_CLEANUP_CERTS }}"
|
||||
system_service_copy_files: false
|
||||
system_service_force_linear_sync: false
|
||||
system_service_force_linear_sync: false
|
||||
|
||||
- include_tasks: utils/run_once.yml
|
||||
|
||||
@@ -1,4 +1,2 @@
|
||||
- block:
|
||||
- include_tasks: 01_core.yml
|
||||
- include_tasks: utils/run_once.yml
|
||||
- include_tasks: 01_core.yml
|
||||
when: run_once_sys_ctl_cln_certs is not defined
|
||||
Reference in New Issue
Block a user