mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-09 10:56:01 +00:00
Removed block from main.yml and moved run_once logic to 01_core.yml
This commit is contained in:
@@ -21,3 +21,5 @@
|
||||
community.general.pacman:
|
||||
name: curl
|
||||
state: present
|
||||
|
||||
- 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_alm_telegram is not defined
|
||||
Reference in New Issue
Block a user