From 5eb44983eb2ef2724d8b8d513416ab8bc93f1785 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 29 Oct 2020 22:46:15 -0400 Subject: [PATCH] Remove quotes from run-one-role.yml as with all others --- run-one-role.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-one-role.yml b/run-one-role.yml index bd126eef5..c7dc1b98c 100644 --- a/run-one-role.yml +++ b/run-one-role.yml @@ -4,7 +4,7 @@ vars_files: - vars/default_vars.yml - - "vars/{{ ansible_local.local_facts.os_ver }}.yml" + - vars/{{ ansible_local.local_facts.os_ver }}.yml - /etc/iiab/local_vars.yml - /etc/iiab/iiab_state.yml