---
- name: Install apache
become: true
apt:
name: apache2
state: present
update_cache: yes
notify: Restart apache2 service