mirror of
https://github.com/geerlingguy/ansible-role-php-versions.git
synced 2025-02-16 23:21:18 +01:00
PR #21 follow-up: Spaces.
This commit is contained in:
parent
c6fb7b41c9
commit
dd4fbe9a46
@ -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] }}"
|
||||
|
Loading…
Reference in New Issue
Block a user