From 991b09e9ed093c0da3451f6a972da447eb989c80 Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Mon, 8 Jan 2024 16:33:51 -0500 Subject: [PATCH] Update creation.yml --- roles/mesh_ingress/tasks/creation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mesh_ingress/tasks/creation.yml b/roles/mesh_ingress/tasks/creation.yml index fc27f24233..73d5732407 100644 --- a/roles/mesh_ingress/tasks/creation.yml +++ b/roles/mesh_ingress/tasks/creation.yml @@ -121,7 +121,7 @@ namespace: "{{ ansible_operator_meta.namespace }}" pod: "{{ awx_task_pod_name }}" container: "{{ deployment_name }}-task" - command: "awx-manage provision_instance --hostname {{ ansible_operator_meta.name }} --node_type hop --protocol=ws --managed" + command: "awx-manage provision_instance --hostname {{ ansible_operator_meta.name }} --node_type hop --protocol ws" register: result - name: Add internal receptor address