From 245e002de08a00cd1d42d4afce9f53f56045549e Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 30 Dec 2023 18:47:10 +0100 Subject: [PATCH] added the new user role in the laptop playbook --- ansible/laptop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/laptop.yml b/ansible/laptop.yml index cf1ba43..ec8d11c 100644 --- a/ansible/laptop.yml +++ b/ansible/laptop.yml @@ -7,6 +7,7 @@ gather_facts: false roles: - base + - user - xorg - i3 - background