We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a5fa9 commit 32d0ecaCopy full SHA for 32d0eca
play-load-node-credentials.yml
@@ -10,4 +10,4 @@
10
become: no
11
tasks:
12
- name: run keyscan to add keys of remote hosts to local known_hosts
13
- local_action: shell ssh-keyscan {{ inventory_hostname }} > ~/.ssh/known_hosts
+ local_action: shell ssh-keyscan {{ inventory_hostname }} >> ~/.ssh/known_hosts
0 commit comments