Improved password management. Make sure the saved password is used after first setup.

This commit is contained in:
Andreas B. Mundt 2019-11-27 17:43:58 +01:00
parent 954ac5b0e6
commit 1686bf44e7
3 changed files with 19 additions and 11 deletions

View file

@ -30,7 +30,10 @@
vars_prompt:
- name: "foo_pwd"
prompt: "Provide a non-empty password for the test user 'foo'.\nLeave empty to continue without test user"
prompt:
In case you would like to prepare a test user 'foo' and have
not done so yet, provide foo's password here. Leave empty to
just continue
private: yes