Bug #37903
closedAnsible password is not extracted correctly in the Windows default provisioning template
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!'
Updated by The Foreman Bot 2 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/10344 added
Updated by Ewoud Kohl van Wijngaarden 2 months ago
- Target version set to 3.11.4
- Fixed in Releases deleted (
3.11.3)
Please don't set the Fixed in Release field when opening an issue. If you want it in a specific release, please use the Target version field.
Updated by Nadja Heitmann 2 months ago
I think I could not unset it. I had the problem with another ticket as well.
Updated by Nadja Heitmann 2 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|4825e9e34df5469fdd8e091285d7c2c1e96718ef.
Updated by Ewoud Kohl van Wijngaarden 2 months ago
- Category set to Unattended installations
Is this something you want cherry picked to 3.11 & 3.12? If so, you're welcome to open cherry pick PRs yourself.
Updated by Ewoud Kohl van Wijngaarden 2 months ago
Oh, and in most browsers you can use ctrl+click to unselect values in multi-select fields (and shift+click to add additional values).
Updated by Nadja Heitmann 2 months ago
Thanks! I'll keep that in mind for the next time!
Updated by The Foreman Bot 2 months ago
- Pull request https://github.com/theforeman/foreman/pull/10348 added
Updated by Patrick Creech 2 months ago
- Target version changed from 3.11.4 to 3.12.1
Updated by The Foreman Bot about 1 month ago
- Assignee set to Ewoud Kohl van Wijngaarden
- Pull request https://github.com/theforeman/foreman/pull/10379 added