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
|