Ansible remote installation of SQL server 2016.

hello everybodyDuring the installation of SQL server 2016, I encountered some problems:
1.In ansible, when deployed with ‘raw’, background hint: This SQL Server setup media does not support the language of the OS;
When you deploy with ‘win_command‘, the installation error, log tip: the installer fails when the job UpdateResult is running. See the attachment, I think it may be the issue of Windows authority again.
But it’s okay to run directly on Windows CMD.Windows is Chinese and ansible is English.
2.How does ansible decompress the iso file format?

As follows,thinks:

(attachments)

Summary.txt (13.8 KB)

I looked at the Detail.txt file that was installed, and found that it was the following error.

Access denied,Should it be a question of permissions, how do you get around Windows authorization or generate credentials?

This mailing list is for the AWX project, if you are looking for ansible support you should check out their mailing list and/or irc channel.