summaryrefslogtreecommitdiffstats
path: root/roles/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'roles/gcc')
-rw-r--r--roles/gcc/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/gcc/tasks/main.yml b/roles/gcc/tasks/main.yml
index 92cb96dd..30849b9e 100644
--- a/roles/gcc/tasks/main.yml
+++ b/roles/gcc/tasks/main.yml
@@ -1,6 +1,6 @@
---
- name: "Include OS-specific variables"
- ansible.builtin.include_vars: "{{ ansible_os_family | lower }}.yml"
+ ansible.builtin.include_vars: "{{ ansible_facts['os_family'] | lower }}.yml"
- name: "Ensure gcc is installed"
become: true