@@ -0,0 +1,15 @@
---
- hosts: cibles
tasks:
- name: "[apache] - install on Debian"
package:
name: apache2
state: present
when: ansible_os_family == 'Debian'
- name: "[apache] - install on RH"
name: httpd
when: ansible_os_family == 'RedHat'
The note is not visible to the blocked user.