Update nginx template for Ansible role
This commit is contained in:
3
ansible/roles/nginx/tasks/service.yml
Normal file
3
ansible/roles/nginx/tasks/service.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
- name: Start and enable nginx service
|
||||
service: name=nginx state=restarted enabled=yes
|
||||
Reference in New Issue
Block a user