From 8ec66465a48bda2d25eecff1ae7cf3cff0b53f84 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 14 Mar 2020 09:25:40 +0100 Subject: [PATCH] Fix: invert order between sudo and users --- Choux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Choux.yml b/Choux.yml index 4d7236a..a548552 100644 --- a/Choux.yml +++ b/Choux.yml @@ -15,8 +15,8 @@ - include: tasks/pacman_cache_server.yml - include: tasks/arch_CLI_packages.yml - include: tasks/prompt.yml - - include: tasks/users.yml - include: tasks/sudo.yml + - include: tasks/users.yml - include: tasks/ssh.yml - include: tasks/arch_programming.yml - include: tasks/arch_teacher.yml