diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-05-03 16:56:15 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-05-04 11:21:07 -0400 |
commit | f0c412a9ab50a9030d51f83c459a66451a7c344a (patch) | |
tree | cb0363a5c89cbb55cd22e3173da7cbe5ef45a773 /roles/openshift_builddefaults/tasks | |
parent | 60c4e41791c9517ad7201c8c04f0fee2bff8873c (diff) | |
download | openshift-f0c412a9ab50a9030d51f83c459a66451a7c344a.tar.gz openshift-f0c412a9ab50a9030d51f83c459a66451a7c344a.tar.bz2 openshift-f0c412a9ab50a9030d51f83c459a66451a7c344a.tar.xz openshift-f0c412a9ab50a9030d51f83c459a66451a7c344a.zip |
Add oo_merge_hostvars filter for merging host & play variables.
Diffstat (limited to 'roles/openshift_builddefaults/tasks')
-rw-r--r-- | roles/openshift_builddefaults/tasks/main.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/roles/openshift_builddefaults/tasks/main.yml b/roles/openshift_builddefaults/tasks/main.yml index b5e93f8a2..6a4e919e8 100644 --- a/roles/openshift_builddefaults/tasks/main.yml +++ b/roles/openshift_builddefaults/tasks/main.yml @@ -4,10 +4,8 @@ role: builddefaults # TODO: add ability to define builddefaults env vars sort of like this # may need to move the config generation to a filter however. - # openshift_env: "{{ hostvars[inventory_hostname] - # | oo_merge_dicts(vars if (ansible_version.full - # | version_compare('2.0', 'ge') - # | bool) else hostvars) + # openshift_env: "{{ hostvars + # | oo_merge_hostvars(vars, inventory_hostname) # | oo_openshift_env }}" # openshift_env_structures: # - 'openshift.builddefaults.env.*' |