diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-01 11:43:48 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-01 11:43:48 -0500 |
commit | 3d3053062ee3bca175df6eb4dd66ff56237234ca (patch) | |
tree | ebc814ec2f1ccaaf12e4ab3be1b5395dd82c5408 /playbooks/aws/openshift-cluster/terminate.yml | |
parent | b0961af3b0ee955be033fc043b1e072097dfbd69 (diff) | |
parent | 1a5b22dd4f4dd3a1643abc14bdbae045999cea44 (diff) | |
download | openshift-3d3053062ee3bca175df6eb4dd66ff56237234ca.tar.gz openshift-3d3053062ee3bca175df6eb4dd66ff56237234ca.tar.bz2 openshift-3d3053062ee3bca175df6eb4dd66ff56237234ca.tar.xz openshift-3d3053062ee3bca175df6eb4dd66ff56237234ca.zip |
Merge pull request #1237 from detiber/infra_fixes
infra_node fixes
Diffstat (limited to 'playbooks/aws/openshift-cluster/terminate.yml')
-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 |