role-core/tasks/main.yml

10 lines
176 B
YAML
Raw Normal View History

2024-10-07 12:27:22 -05:00
---
# tasks file for core
2024-10-07 20:37:58 -05:00
- include_tasks: directories.yml
- include_tasks: pacman.yml
when: ansible_facts['distribution'] == "Archlinux"
2024-10-08 00:09:52 -05:00
- include_tasks: directories.yml