mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-21 16:21:12 +00:00
Send current winrm config to ansible-core-ci.
This commit is contained in:
@@ -213,12 +213,16 @@ class AnsibleCoreCI(object):
|
||||
verbosity=1)
|
||||
return
|
||||
|
||||
with open('examples/scripts/ConfigureRemotingForAnsible.ps1', 'r') as winrm_config_fd:
|
||||
winrm_config = winrm_config_fd.read()
|
||||
|
||||
data = dict(
|
||||
config=dict(
|
||||
platform=self.platform,
|
||||
version=self.version,
|
||||
public_key=self.ssh_key.pub_contents if self.ssh_key else None,
|
||||
query=False,
|
||||
winrm_config=winrm_config,
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user