Add args on tests.
This commit is contained in:
parent
7bdfed742b
commit
9f69fcf4c1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user