Same trick for the guests.

This commit is contained in:
Ralph Bean 2014-07-24 19:13:48 +00:00
parent db9bf35f47
commit 0d1dbc4c1b

View file

@ -52,7 +52,7 @@
when: inventory_hostname.find('.stg.') != -1
- name: halt the vm instances - to poweroff
command: /sbin/shutdown -h now
command: /sbin/shutdown -h 1
ignore_errors: true
# if one of them is down we don't care