@@ -0,0 +1,13 @@
---
- name: Test SSH and sudo
hosts: all
become: yes
tasks:
- name: Who am I?
command: whoami
register: whoami_result
- name: Show result
debug:
var: whoami_result.stdout
The note is not visible to the blocked user.