fix policy issues
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-06-21 08:14:05 +02:00
parent 097012e96d
commit 1534f58bd1
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
- block:
- name: Restart network
shell: sleep 2 && systemctl restart network
shell: 'sleep 2 && systemctl restart network'
async: 1
poll: 0
ignore_errors: yes
@ -9,7 +9,7 @@
listen: __network_restart
- name: Reboot server
shell: sleep 2 && shutdown -r now "Reboot triggered by Ansible"
shell: 'sleep 2 && shutdown -r now "Reboot triggered by Ansible"'
async: 1
poll: 0
ignore_errors: yes