test vars_rpompt

This commit is contained in:
2023-10-09 21:05:53 +02:00
parent e0c9c2c686
commit 91bcd3fd1a

View File

@@ -3,6 +3,12 @@
hosts: all
become: true
vars_prompt:
- name: username
prompt: What is your username?
private: false
# #
# # @author Stéphane Gratias (2023).
# #