diff options
-rw-r--r-- | common/tasks/user.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/tasks/user.yaml b/common/tasks/user.yaml index 9b81e0d..9e576b6 100644 --- a/common/tasks/user.yaml +++ b/common/tasks/user.yaml @@ -6,6 +6,7 @@ uid: 1000 groups: - sudo + append: yes - name: "Configure authorized key for {{ user_name }}" authorized_key: user: "{{ user_name }}" |