xoxys.nginx/tasks/config.yml

7 lines
96 B
YAML
Raw Normal View History

2017-07-15 15:45:46 +02:00
---
- name: Enable nginx service
service:
name: nginx
enabled: yes
state: started