expanded use of epel tags
diff --git a/tasks/main.yml b/tasks/main.yml
index 79068ae..714a7b3 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -31,7 +31,7 @@
when: edge_mp_self is defined and server_type == 'mp'
- block:
- - name: Use public: {{ public_mgmt_ip }} to set reachability to {{ reachable }} if set
+ - name: Use public {{ public_mgmt_ip }} to set reachability to {{ reachable }} if set
uri:
user: '{{ opdk_user_email }}'
password: '{{ opdk_user_pass }}'
@@ -40,7 +40,7 @@
url: "http://{{ public_mgmt_ip }}:{{ ms_ext_mgmt_port }}/v1/servers/{{ uuid }}"
body: reachable={{ reachable }}
rescue:
- - name: Use local: {{ local_mgmt_ip }} to set reachability to {{ reachable }} if set
+ - name: Use local {{ local_mgmt_ip }} to set reachability to {{ reachable }} if set
uri:
user: '{{ opdk_user_email }}'
password: '{{ opdk_user_pass }}'