xoxys.cups/tasks/main.yml

9 lines
206 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
- import_tasks: nginx.yml
when: cups_nginx_vhost_enabled
- include_tasks: post_tasks.yml