From 7a4a402a0b04c901af06b92d01feabbba0574920 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 1 Jan 2020 12:02:48 +0100 Subject: [PATCH] Feat: create user before activating sudo --- Poivre.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Poivre.yml b/Poivre.yml index 3fc6f14..3c9313c 100644 --- a/Poivre.yml +++ b/Poivre.yml @@ -10,11 +10,11 @@ tasks: - include: tasks/ansible.yml - include: tasks/arch_CLI_packages.yml + - include: tasks/users.yml - include: tasks/sudo.yml - include: tasks/arch_aur.yml #- include: tasks/dd_backup.yml - include: tasks/prompt.yml - - include: tasks/users.yml - include: tasks/ssh.yml - include: tasks/arch_programming.yml - include: tasks/arch_teacher.yml