summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/list.yml
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-04-24 12:06:07 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-04-24 12:06:07 -0400
commitb3b2039086bb380bc76172ec39a97f1d447ac412 (patch)
tree117c8aea45d5bf7199870403a7210505a1d686dd /playbooks/aws/openshift-cluster/list.yml
parentb1105112be18f6e1f3cd5b268881f46a2a6ad229 (diff)
parent378e8a8c9d7e7be7f52691e957f07096ee0b2c82 (diff)
downloadopenshift-b3b2039086bb380bc76172ec39a97f1d447ac412.tar.gz
openshift-b3b2039086bb380bc76172ec39a97f1d447ac412.tar.bz2
openshift-b3b2039086bb380bc76172ec39a97f1d447ac412.tar.xz
openshift-b3b2039086bb380bc76172ec39a97f1d447ac412.zip
Merge pull request #167 from detiber/aws-lvm-direct
lvm-direct support for aws
Diffstat (limited to 'playbooks/aws/openshift-cluster/list.yml')
-rw-r--r--playbooks/aws/openshift-cluster/list.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/aws/openshift-cluster/list.yml b/playbooks/aws/openshift-cluster/list.yml
index 5c04bc320..04fcdc0a1 100644
--- a/playbooks/aws/openshift-cluster/list.yml
+++ b/playbooks/aws/openshift-cluster/list.yml
@@ -21,4 +21,4 @@
gather_facts: no
tasks:
- debug:
- msg: "public ip:{{ hostvars[inventory_hostname].ec2_ip_address }} private ip:{{ hostvars[inventory_hostname].ec2_private_ip_address }} deployment-type: {{ hostvars[inventory_hostname].group_names | oo_get_deployment_type_from_groups }}"
+ msg: "public ip:{{ hostvars[inventory_hostname].ec2_ip_address }} private ip:{{ hostvars[inventory_hostname].ec2_private_ip_address }}"