mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Switch back to built-in kubectl connection plugin
There's a bug in the upstream community.kubernetes plugin. We can open up a follow-up PR once that has been patched.
This commit is contained in:
parent
a659b9d994
commit
8ae328e427
@ -58,7 +58,7 @@ class IsolatedManager(object):
|
||||
os.chmod(temp.name, stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR)
|
||||
for host in hosts:
|
||||
inventory['all']['hosts'][host] = {
|
||||
"ansible_connection": "community.kubernetes.kubectl",
|
||||
"ansible_connection": "kubectl",
|
||||
"ansible_kubectl_config": path,
|
||||
}
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user