From 577e80d6db0568879486edf548635ff958988a12 Mon Sep 17 00:00:00 2001 From: Tim Moody Date: Sun, 4 Jun 2017 17:13:26 -0400 Subject: [PATCH] use ansible_lsb.id instead of ansible_distribution --- xsce.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsce.yml b/xsce.yml index 69071f220..411154771 100644 --- a/xsce.yml +++ b/xsce.yml @@ -4,7 +4,7 @@ vars_files: - vars/default_vars.yml - - vars/{{ ansible_distribution }}.yml +vars/{{ ansible_lsb.id }}.yml - vars/local_vars.yml - /etc/xsce/config_vars.yml