xoxys.cups/tasks/main.yml

9 lines
206 B
YAML
Raw Normal View History

2019-02-10 15:33:10 +00:00
---
2019-02-12 22:31:40 +00:00
- include_tasks: prepare.yml
2019-02-10 15:33:10 +00:00
- include_tasks: install.yml
2019-02-12 22:31:40 +00:00
- include_tasks: selinux.yml
when: ansible_selinux
2019-02-10 17:21:25 +00:00
- import_tasks: nginx.yml
when: cups_nginx_vhost_enabled
- include_tasks: post_tasks.yml