@@ -0,0 +1,13 @@
---
- hosts: web
name: Install the apache web service
become: yes
tasks:
- name: install apache
yum:
name: httpd
state: present
- name: start httpd
service:
state: started
The note is not visible to the blocked user.