diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2016-01-29 21:22:13 -0500 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-02-01 09:29:13 -0500 |
commit | 31b8d701431abc57836695d28afee4c9ded9df1f (patch) | |
tree | cf598bb2fd0c8beddaa6da0165b491ba631ba219 | |
parent | 91018aa8bce65b59429f5ab17593873136cb0a69 (diff) | |
download | openshift-31b8d701431abc57836695d28afee4c9ded9df1f.tar.gz openshift-31b8d701431abc57836695d28afee4c9ded9df1f.tar.bz2 openshift-31b8d701431abc57836695d28afee4c9ded9df1f.tar.xz openshift-31b8d701431abc57836695d28afee4c9ded9df1f.zip |
fix for terminate
-rw-r--r-- | playbooks/aws/openshift-cluster/terminate.yml | 2 |
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 |