PR #21 follow-up: Spaces.

This commit is contained in:
Jeff Geerling 2018-05-28 21:35:40 -05:00
parent c6fb7b41c9
commit dd4fbe9a46

View File

@ -2,8 +2,8 @@
- name: Include OS-specific variables.
include_vars: "{{ item }}"
with_fileglob:
- "{{role_path}}/vars/{{ ansible_os_family }}.yml"
- "{{role_path}}/vars/{{ ansible_os_family }}-php{{ php_version }}.yml"
- "{{ role_path }}/vars/{{ ansible_os_family }}.yml"
- "{{ role_path }}/vars/{{ ansible_os_family }}-php{{ php_version }}.yml"
- name: Define PHP variables.
set_fact: "{{ item.key }}={{ hostvars[inventory_hostname][item.value] }}"