default value for a public key

This commit is contained in:
Evgeniy Ivanov 2016-08-17 23:39:18 +03:00
parent 08145447b3
commit bb2691affe
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
private: no private: no
- name: "ssh_public_key" - name: "ssh_public_key"
prompt: "Enter the local path to your SSH public key (ex: ~/.ssh/id_rsa.pub):\n" prompt: "Enter the local path to your SSH public key:\n"
default: "~/.ssh/id_rsa.pub" default: "~/.ssh/id_rsa.pub"
private: no private: no

View File

@ -24,7 +24,7 @@
private: no private: no
- name: "ssh_public_key" - name: "ssh_public_key"
prompt: "Enter the local path to your SSH public key [ex: ~/.ssh/id_rsa.pub] :\n" prompt: "Enter the local path to your SSH public key:\n"
default: "~/.ssh/id_rsa.pub" default: "~/.ssh/id_rsa.pub"
private: no private: no