diff --git a/consul.yml b/consul.yml index 0812ee8df..11a871f45 100644 --- a/consul.yml +++ b/consul.yml @@ -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: @@ -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: