Skip to content

Commit 4652c34

Browse files
authored
typo
1 parent 001c459 commit 4652c34

File tree

1 file changed

+1
-1
lines changed
  • ansible/roles/persist_hostkeys/tasks

1 file changed

+1
-1
lines changed

ansible/roles/persist_hostkeys/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
shell:
2222
cmd: |
2323
mkdir -p {{ persist_hostkeys_state_dir }}/etc/ssh
24-
ssh-keygen -A -N \"\" -f {{ persist_hostkeys_state_dir }}
24+
ssh-keygen -A -N '' -f {{ persist_hostkeys_state_dir }}
2525
mv {{ persist_hostkeys_state_dir }}/etc/ssh/* {{ persist_hostkeys_state_dir }}
2626
rm -rf {{ persist_hostkeys_state_dir }}/etc/ssh
2727

0 commit comments

Comments
 (0)