Reviewed-on: #3 Co-authored-by: Beth <ejparker@actcur.com> Co-committed-by: Beth <ejparker@actcur.com>
11 lines
207 B
YAML
11 lines
207 B
YAML
---
|
|
# tasks file for core
|
|
|
|
- include_tasks: directories.yml
|
|
|
|
- include_tasks: pacman.yml
|
|
when: ansible_facts['distribution'] == "Archlinux"
|
|
|
|
- include_tasks: packages.yml
|
|
|
|
- include_tasks: directories.yml
|