Skip to content

Commit

Permalink
Update consul.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Nov 19, 2023
1 parent 7b9e6aa commit 1e285fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions consul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
until: package_status is success
delay: 5
retries: 3
when: ansible_distribution != "MacOSX"

- name: Make sure the python3-pip package are present on the control host
ansible.builtin.package:
Expand All @@ -37,6 +38,7 @@
until: package_status is success
delay: 5
retries: 3
when: ansible_distribution != "MacOSX"

- name: Install netaddr dependency on the control host
ansible.builtin.pip:
Expand Down

0 comments on commit 1e285fb

Please sign in to comment.