Delete core-ci `query` param from ansible-test (#78136)

Ref: https://github.com/ansible/ansible-core-ci/pull/343
pull/78139/head
Sviatoslav Sydorenko 2 years ago committed by GitHub
parent 4cfa0b07fc
commit e481b35e23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -298,7 +298,6 @@ class AnsibleCoreCI:
version=self.version, version=self.version,
architecture=self.arch, architecture=self.arch,
public_key=self.ssh_key.pub_contents, public_key=self.ssh_key.pub_contents,
query=False,
winrm_config=winrm_config, winrm_config=winrm_config,
) )
) )

Loading…
Cancel
Save