aboutsummaryrefslogtreecommitdiffstats
path: root/site.workstation.yml
diff options
context:
space:
mode:
Diffstat (limited to 'site.workstation.yml')
-rw-r--r--site.workstation.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/site.workstation.yml b/site.workstation.yml
index 07911d1..387b684 100644
--- a/site.workstation.yml
+++ b/site.workstation.yml
@@ -23,6 +23,9 @@
- name: retrieve installed packages
ansible.builtin.package_facts:
register: package_facts
+ - name: include localhost variable
+ ansible.builtin.include_vars:
+ file: "host_vars/{{ ansible_hostname }}.yml"
roles:
- role: _workstation/basetools
remember that computers suck.