First release
This commit is contained in:
9
handlers/main.yml
Normal file
9
handlers/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- name: Nginx Unit | Load configuration
|
||||
uri:
|
||||
unix_socket: "{{ nginx_unit_control_socket }}"
|
||||
url: http://localhost/config/
|
||||
method: PUT
|
||||
body_format: json
|
||||
src: "{{ nginx_unit_config_path }}"
|
Reference in New Issue
Block a user