From 089a2a553bca644e3ff970098ea0a1e3e621e1a5 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 14 Apr 2019 11:46:22 +0200 Subject: [PATCH] fix issue --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 08d36a4..c250e32 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -19,7 +19,7 @@ system: no # not required. When creating an account C(state=present), setting this to C(yes) makes the user a system account. This setting cannot be changed on existing users. state: present # not required. choices: absent;present. Whether the account should exist or not, taking action if the state is different from what is stated. ssh_key_file: .ssh/id_rsa # not required. Optionally specify the SSH key filename. If this is a relative filename then it will be relative to the user's home directory. - uid: user.uid + uid: "{{ user.uid }}" shell: /bin/bash - name : set sudoers right