From 01b51f04ec2a6351732d2854f63adff1f97d3925 Mon Sep 17 00:00:00 2001 From: "taha@asks2" Date: Wed, 29 May 2024 17:18:00 +0200 Subject: [PATCH] Have I confused the logic of host_restrictions? --- group_vars/all.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/group_vars/all.yml b/group_vars/all.yml index 01ceb30..e1f5737 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -46,9 +46,10 @@ xdg_data_dir: "{{ ansible_env.HOME }}/.local/share" xdg_desktop_entries: "{{ xdg_data_dir }}/applications" xdg_desktop_icons: "{{ xdg_data_dir }}/icons" - # aptitude cache, time in seconds aptcachetime: 3600 - local_user: "{{ lookup('env', 'USER') }}" + +# override, testing +host_restrictions: true