Merge "Gather facts for openstack_openrc role"

This commit is contained in:
Zuul 2018-08-21 03:03:55 +00:00 committed by Gerrit Code Review
commit d0731c31df
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@
# clouds.yaml file is useless until keystone is in place.
- name: Implement openrc/clouds.yaml on the designated service host
hosts: "{{ openstack_service_setup_host | default('localhost') }}"
gather_facts: no
gather_facts: "{{ osa_gather_facts | default(True) }}"
become: yes
tags:
- openrc

View File

@ -16,6 +16,7 @@
- name: Setup the utility location(s)
hosts: utility_all
user: root
gather_facts: "{{ osa_gather_facts | default(True) }}"
environment: "{{ deployment_environment_variables | default({}) }}"
vars_files:
- "defaults/{{ install_method }}_install.yml"