Skip to content

Commit f2bc564

Browse files
committed
fix typo in awx-manage command
1 parent f9540b2 commit f2bc564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

olam/deploy_olam_cluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@
609609

610610
- name: Add receptor address to each instance
611611
ansible.builtin.shell: |
612-
axw-manage add_receptor_address --instance={{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }} --address={{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }} --port=27199 --canonical
612+
awx-manage add_receptor_address --instance={{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }} --address={{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }} --port=27199 --canonical
613613
args:
614614
executable: /bin/bash
615615
become_user: awx

0 commit comments

Comments
 (0)