From 69df12a38499f752f68328dc381110bb1df1cddc Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 5 Mar 2023 13:29:41 -0500 Subject: [PATCH] Add xhost to FreeBSD. --- ansible/roles/sway/tasks/freebsd.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/sway/tasks/freebsd.yaml b/ansible/roles/sway/tasks/freebsd.yaml index 6e9afa7..f006e35 100644 --- a/ansible/roles/sway/tasks/freebsd.yaml +++ b/ansible/roles/sway/tasks/freebsd.yaml @@ -5,6 +5,7 @@ - xauth # for ssh x11 forwarding - wev # For debugging input - wlogout # Log out prompt + - xhost # to launch gparted with root permissions state: present - name: Install service configuration