5a1b59adf9
* Rename `tests` test to match plugin type. * Rename `test_infra` test to avoid confusion. This test target is not a test for test plugins. * Rename `vars_prompt` test to avoid confusion. * Update sanity ignores.
14 lines
243 B
YAML
14 lines
243 B
YAML
- name: Test vars_prompt hashing
|
|
hosts: testhost
|
|
become: no
|
|
gather_facts: no
|
|
|
|
vars_prompt:
|
|
- name: password
|
|
confirm: yes
|
|
encrypt: sha512_crypt
|
|
salt: 'jESIyad4F08hP3Ta'
|
|
|
|
tasks:
|
|
- debug:
|
|
var: password
|