Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
f16e8850b3f0ca1ead788aae401d7bcc27d2db61
/
.
/
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