remove dupicate whitespaces
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-06-21 12:30:30 +02:00
parent 1534f58bd1
commit d66a92234b
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