diff --git a/template/root/install.sh b/template/root/install.sh index dc5472f..9575cd0 100644 --- a/template/root/install.sh +++ b/template/root/install.sh @@ -393,7 +393,7 @@ function installation() { runInChroot "chsh -s /usr/bin/fish root" || installationFailed installationSubtaskTitle "Create ansible user" - runInChroot "adduser -s /usr/bin/fish -u 1337 -S -D ansible" + runInChroot "adduser -s /usr/bin/fish -S -D ansible" installationSubtaskTitle "Enable ansible passwordless sudo" runInChroot "echo 'ansible ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers.d/ansible"