mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
Merge pull request #7958 from shanemcd/fix-container-groups
Fix container groups Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -58,7 +58,7 @@ class IsolatedManager(object):
|
|||||||
os.chmod(temp.name, stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR)
|
os.chmod(temp.name, stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR)
|
||||||
for host in hosts:
|
for host in hosts:
|
||||||
inventory['all']['hosts'][host] = {
|
inventory['all']['hosts'][host] = {
|
||||||
"ansible_connection": "community.kubernetes.kubectl",
|
"ansible_connection": "kubectl",
|
||||||
"ansible_kubectl_config": path,
|
"ansible_kubectl_config": path,
|
||||||
}
|
}
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user