summaryrefslogtreecommitdiffstats
path: root/playbooks/aws
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2016-01-29 21:22:13 -0500
committerJason DeTiberus <jdetiber@redhat.com>2016-02-01 09:29:13 -0500
commit31b8d701431abc57836695d28afee4c9ded9df1f (patch)
treecf598bb2fd0c8beddaa6da0165b491ba631ba219 /playbooks/aws
parent91018aa8bce65b59429f5ab17593873136cb0a69 (diff)
downloadopenshift-31b8d701431abc57836695d28afee4c9ded9df1f.tar.gz
openshift-31b8d701431abc57836695d28afee4c9ded9df1f.tar.bz2
openshift-31b8d701431abc57836695d28afee4c9ded9df1f.tar.xz
openshift-31b8d701431abc57836695d28afee4c9ded9df1f.zip
fix for terminate
Diffstat (limited to 'playbooks/aws')
-rw-r--r--playbooks/aws/openshift-cluster/terminate.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/aws/openshift-cluster/terminate.yml b/playbooks/aws/openshift-cluster/terminate.yml
index 4b9c80b14..c20f370bf 100644
--- a/playbooks/aws/openshift-cluster/terminate.yml
+++ b/playbooks/aws/openshift-cluster/terminate.yml
@@ -74,4 +74,4 @@
tags:
Name: "{{ item.item.item.ec2_tag_Name }}-terminate"
with_items: ec2_stop.results
- when: "'oo_hosts_to_terminate' in groups"
+ when: ec2_stop | changed