@@ -0,0 +1,13 @@
- name: Ping site
shell: |
if [[ "$(uname)" == "Darwin" ]]; then
ping -c 1 -t 2 semaphoreui.com
else
ping -c 1 -w 2 semaphoreui.com
fi
register: ping_result
- name: Ping result
debug:
msg: "{{ ping_result.stdout_lines }}"
The note is not visible to the blocked user.