From 0089d13a8a01eca034a8a062cf9e9240fbd459b5 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 26 Aug 2020 13:59:37 +0200 Subject: fix installer prompts --- roles/dellos6/bootstrap/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/dellos6') diff --git a/roles/dellos6/bootstrap/tasks/main.yml b/roles/dellos6/bootstrap/tasks/main.yml index 1c9fdc5e..d6442e8f 100644 --- a/roles/dellos6/bootstrap/tasks/main.yml +++ b/roles/dellos6/bootstrap/tasks/main.yml @@ -8,7 +8,7 @@ - name: generate initial configuration delegate_to: localhost pause: - prompt: "\n## Please apply the following configuration using the serial console!!!\n\n{{ lookup('template', 'init.j2') }}\n\n## end .. press enter to continue!!!!!\n" + prompt: "\n## Please apply the following configuration using the serial console!!!\n\n{{ lookup('template', 'init.j2') }}\n\n## end .. press ENTER to continue!!!!!\n" - name: get config facts from the switch dellos6_facts: -- cgit v1.2.3