Add args on tests.

This commit is contained in:
Hyperling 2021-02-01 07:16:17 -06:00
parent 7bdfed742b
commit 9f69fcf4c1

View File

@ -8,16 +8,19 @@
- name: Create Root's SSH Key - name: Create Root's SSH Key
shell: ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa <<< n shell: ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa <<< n
args:
executable: /bin/bash executable: /bin/bash
ignore_errors: yes ignore_errors: yes
- name: Create Root's SSH Key - name: Create Root's SSH Key
shell: ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa shell: ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa
args:
stdin: "n" stdin: "n"
ignore_errors: yes ignore_errors: yes
- name: Create Root's SSH Key - name: Create Root's SSH Key
shell: ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa shell: ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa
args:
executable: /bin/bash executable: /bin/bash
stdin: "n" stdin: "n"
ignore_errors: yes ignore_errors: yes