From fddb6e4b96a98413eda15049098a4fee8f0b8ac3 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 2 Feb 2021 20:55:06 -0600 Subject: [PATCH] Only use the output. --- tasks/general/acct_mgmt/users.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index feda1a5..dfcb12a 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -21,7 +21,7 @@ groups: - sudo append: yes - shell: "{{ bash_exec }}" + shell: "{{ bash_exec.stdout }}" create_home: yes generate_ssh_key: yes #password: "{{ ling_passwd }}"