Add an ignore warning
parent
649c6b161b
commit
3b7a9afcfd
|
@ -39,6 +39,8 @@
|
||||||
|
|
||||||
- name: COMMAND | Restart nginx
|
- name: COMMAND | Restart nginx
|
||||||
command: service nginx restart
|
command: service nginx restart
|
||||||
|
args:
|
||||||
|
warn: false
|
||||||
when: fake_site.changed and ansible_virtualization_type == 'docker'
|
when: fake_site.changed and ansible_virtualization_type == 'docker'
|
||||||
|
|
||||||
- name: SHELL | Get certificates
|
- name: SHELL | Get certificates
|
||||||
|
|
Loading…
Reference in New Issue