@ -4,7 +4,7 @@
tasks:
- name: Gather facts if run with tags
ansible.builtin.setup:
when: ansible_run_tags | length
when: (ansible_run_tags | length) > 0
tags: always
- hosts: all
The note is not visible to the blocked user.