playbooks: setup_server: fix writing mistake
This commit is contained in:
parent
437459ec28
commit
f027176b3c
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
prompt: "Please enter the password for the new user"
|
prompt: "Please enter the password for the new user"
|
||||||
private: yes # Das Passwort wird versteckt eingegeben
|
private: yes # Das Passwort wird versteckt eingegeben
|
||||||
- name: "ssh_public_key"
|
- name: "ssh_public_key"
|
||||||
prompt: "Please enter the public key for shh of your pc"
|
prompt: "Please enter the public key for ssh of your pc"
|
||||||
private: no
|
private: no
|
||||||
roles:
|
roles:
|
||||||
# firewall
|
# firewall
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue