diff --git a/create-gilles-user.yml b/create-gilles-user.yml index 53fe982..9c37da0 100644 --- a/create-gilles-user.yml +++ b/create-gilles-user.yml @@ -16,5 +16,6 @@ - name: copy sudo file lineinfile: path: /etc/sudoers.d/gilles + create: true insertbefore: EOF line: 'gilles ALL=(ALL) NOPASSWD: ALL' \ No newline at end of file