archlinux-common/tasks/main.yml

14 lines
238 B
YAML
Raw Normal View History

2022-01-26 00:39:23 +03:00
---
- name: Common | Configure system
import_tasks: system.yml
- name: Common | Configure pacman
import_tasks: pacman.yml
- name: Common | Packages
import_tasks: packages.yml
- name: Common | Run handlers
meta: flush_handlers