Installing SQL server requires access to the DPAPI and because a normal logon process does not have access to the user's credentials it is unable to access DPAPI. To get around this your either need to;
* Used CredSSP as the authentication transport, CredSSP sends the user's credentials and not just a hash so the WinRM session has the credentials required to access DPAPI * Use become with the process, like CredSSP it would then have credentials to access DPAPI * Use win_psexec, this is like become but is available pre-2.5 * Use a scheduled task, this is probably too fiddly and the above 3 options are easier to do so use this as a last resort. Thanks Jordan -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/c735b6df-8862-405c-b278-55870b5edd2f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
