Project

General

Profile

Actions

Bug #37903

closed

Ansible password is not extracted correctly in the Windows default provisioning template

Added by Nadja Heitmann 5 months ago. Updated 3 months ago.

Status:
Closed
Priority:
Normal
Category:
Unattended installations
Target version:

Description

In the Windows default provision the password value is passed like this
<Value>![CDATA[<%= host_param('ansible_ssh_pass') %>]]</Value>

which as a result looks like this

<Value>![CDATA[start123!]]</Value>

but should be

<Value><![CDATA[start123!]]></Value>

such that it can be parsed as 'start123!'

Actions

Also available in: Atom PDF