summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@afrolegs.com>2016-08-08 14:50:06 -0400
committerGitHub <noreply@github.com>2016-08-08 14:50:06 -0400
commit9ff1c623e99de8f65ebd8b1915f16dbe76477edb (patch)
treed5cffc0c92975ff4ae60b1ca78534ba990d42c79 /playbooks
parent91405ce840e19d56d7c6f653b07e640af23c34aa (diff)
parentca0abdd8ebc5b0dfe2ce0c5775f09599bf830934 (diff)
downloadopenshift-9ff1c623e99de8f65ebd8b1915f16dbe76477edb.tar.gz
openshift-9ff1c623e99de8f65ebd8b1915f16dbe76477edb.tar.bz2
openshift-9ff1c623e99de8f65ebd8b1915f16dbe76477edb.tar.xz
openshift-9ff1c623e99de8f65ebd8b1915f16dbe76477edb.zip
Merge pull request #2266 from abutcher/v2-callbacks
Convert ansible facts callback to v2.
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/byo/openshift_facts.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/byo/openshift_facts.yml b/playbooks/byo/openshift_facts.yml
index d966b58fd..8c0708df0 100644
--- a/playbooks/byo/openshift_facts.yml
+++ b/playbooks/byo/openshift_facts.yml
@@ -10,7 +10,7 @@
- add_host:
name: "{{ item }}"
groups: l_oo_all_hosts
- with_items: g_all_hosts
+ with_items: "{{ g_all_hosts }}"
- hosts: l_oo_all_hosts
gather_facts: no