Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
6a6ac1d5a0a479f6fa7dba3d53330a8f57f97077
/
.
/
tools
/
dev
/
vagrant
/
ansible
/
machine-restart.yml
blob: 2b58d6fa9214c233e163ff821ece69263811c4c4 [
file
] [
log
] [
blame
]
---
#
# Restarts the target machine
#
-
name:
Restarting the machine
hosts:
localhost
tasks:
-
shell:
sleep 2
&&
shutdown
-
r now
"Ansible updates triggered"
async:
1
poll:
0
sudo:
true
ignore_errors:
true