From dd4fbe9a4622bf44e18a07ff505d8665dc2d850a Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 28 May 2018 21:35:40 -0500 Subject: [PATCH] PR #21 follow-up: Spaces. --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 5602132..0e72876 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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] }}"