We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9540b2 commit f2bc564Copy full SHA for f2bc564
olam/deploy_olam_cluster.yml
@@ -609,7 +609,7 @@
609
610
- name: Add receptor address to each instance
611
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
+ awx-manage add_receptor_address --instance={{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }} --address={{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }} --port=27199 --canonical
613
args:
614
executable: /bin/bash
615
become_user: awx
0 commit comments