xoxys.cups/tasks/main.yml

7 lines
147 B
YAML
Raw Normal View History

2019-02-10 16:33:10 +01:00
---
2019-02-12 23:31:40 +01:00
- include_tasks: prepare.yml
2019-02-10 16:33:10 +01:00
- include_tasks: install.yml
2019-02-12 23:31:40 +01:00
- include_tasks: selinux.yml
when: ansible_selinux
2019-02-10 18:21:25 +01:00
- include_tasks: post_tasks.yml