diff --git a/tasks/general/acct_mgmt/keys.yml b/tasks/general/acct_mgmt/keys.yml index cddc3e7..69b33d4 100644 --- a/tasks/general/acct_mgmt/keys.yml +++ b/tasks/general/acct_mgmt/keys.yml @@ -8,16 +8,19 @@ - name: Create Root's SSH Key shell: ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa <<< n + args: executable: /bin/bash ignore_errors: yes - name: Create Root's SSH Key shell: ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa + args: stdin: "n" ignore_errors: yes - name: Create Root's SSH Key shell: ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa + args: executable: /bin/bash stdin: "n" ignore_errors: yes