dotfiles/.config/ansible/roles/arch/system/tasks/main.yml
Sergio Laín 885b20e877
⚙️ config(ansible): added ansible and changed a lot of the yadm logic to ansible folder
i still have a lot of work to finish the ansible setup, as well as testing it (the worst part...)
2023-11-19 15:44:53 +01:00

9 lines
184 B
YAML

- name: System Tasks
hosts: all
become: true
block:
- name: System Tasks
include_tasks: system.yml
- name: System Services Tasks
include_tasks: services.yml