Skip to content

Commit

Permalink
modified: roles/crc/tasks/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djdanielsson committed Nov 19, 2024
1 parent a373b5c commit e4ca462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/crc/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
owner: root
group: root
vars:
crc_ip: "{{ r_crc_start_result.stdout | regex_replace('CRC IP: ([0-9.]+)') }}"
crc_ip: "{{ r_crc_ip }}"

- name: Enable and start haproxy service
ansible.builtin.service:
Expand Down

0 comments on commit e4ca462

Please sign in to comment.