From 91bcd3fd1a7c870e98e5380ec444411d6355f95b Mon Sep 17 00:00:00 2001 From: staffadmin Date: Mon, 9 Oct 2023 21:05:53 +0200 Subject: [PATCH] test vars_rpompt --- all.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/all.yml b/all.yml index 0b38012..de0d03e 100644 --- a/all.yml +++ b/all.yml @@ -3,6 +3,12 @@ hosts: all become: true + vars_prompt: + + - name: username + prompt: What is your username? + private: false + # # # # @author Stéphane Gratias (2023). # #