0.1.0-DEV-20191030-122725
------------------------- * INITIAL: - initial commit
This commit is contained in:
8
handlers/main.yml
Normal file
8
handlers/main.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
# handlers file for zen_rev_proxy
|
||||
|
||||
- name: restart nginx
|
||||
service:
|
||||
name : nginx
|
||||
state: restarted
|
||||
when: ansible_virtualization_type != "docker"
|
Reference in New Issue
Block a user