Skip to content

Commit

Permalink
Update creation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealHaoLiu committed Jan 9, 2024
1 parent 7bf9082 commit 991b09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/mesh_ingress/tasks/creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 991b09e

Please sign in to comment.