playbooks/clone-repo: added missing syntax element for prompting
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
850396ebc3
commit
470a77f787
|
|
@ -1,6 +1,7 @@
|
|||
- name: Clone a Git Repository
|
||||
hosts: linux
|
||||
gather_facts: no
|
||||
vars_prompt:
|
||||
- name: git_url
|
||||
prompt: Enter the git cloning URL, e.g. ssh://git@bitbucket.gad.local:7999/nm-nsp/nwl-ci.git
|
||||
private: no
|
||||
|
|
|
|||
Loading…
Reference in New Issue