mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 14:39:30 -02:30
UnifiedJob#is_containerized -> UnifiedJob#is_container_group_task
This commit is contained in:
@@ -48,7 +48,7 @@ class IsolatedManager(object):
|
||||
self.pod_manager = pod_manager
|
||||
|
||||
def build_inventory(self, hosts):
|
||||
if self.instance and self.instance.is_containerized:
|
||||
if self.instance and self.instance.is_container_group_task:
|
||||
inventory = {'all': {'hosts': {}}}
|
||||
fd, path = tempfile.mkstemp(
|
||||
prefix='.kubeconfig', dir=self.private_data_dir
|
||||
|
||||
Reference in New Issue
Block a user