mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-04-11 12:52:10 +07:00
Fixes some warnings
This commit is contained in:
@@ -26,10 +26,14 @@
|
|||||||
|
|
||||||
- name: docker reload nginx
|
- name: docker reload nginx
|
||||||
command: service nginx reload
|
command: service nginx reload
|
||||||
|
args:
|
||||||
|
warn: false
|
||||||
when: ansible_virtualization_type == 'docker'
|
when: ansible_virtualization_type == 'docker'
|
||||||
|
|
||||||
- name: docker restart nginx
|
- name: docker restart nginx
|
||||||
command: service nginx restart
|
command: service nginx restart
|
||||||
|
args:
|
||||||
|
warn: false
|
||||||
when: ansible_virtualization_type == 'docker'
|
when: ansible_virtualization_type == 'docker'
|
||||||
|
|
||||||
- name: restart nginx freebsd
|
- name: restart nginx freebsd
|
||||||
|
|||||||
Reference in New Issue
Block a user