From 36bb8799221f596bf6674be5d4fbef30c8931463 Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 10 Apr 2019 20:27:12 +0200 Subject: [PATCH] fix issue --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index a46fb5d..8251672 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -20,6 +20,7 @@ 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: 1024 + shell: /bin/bash - name : set sudoers right lineinfile: