Fixes some warnings

pull/38/head
Emilien Mantel 2019-02-12 18:04:24 +01:00
parent 74b48fca2c
commit c12113921c
1 changed files with 4 additions and 0 deletions

View File

@ -26,10 +26,14 @@
- name: docker reload nginx
command: service nginx reload
args:
warn: false
when: ansible_virtualization_type == 'docker'
- name: docker restart nginx
command: service nginx restart
args:
warn: false
when: ansible_virtualization_type == 'docker'
- name: restart nginx freebsd