--- - name: Install apache become: true apt: name: apache2 state: present update_cache: yes notify: Restart apache2 service - name: Remove default html dir become: true file: path: /var/www/html state: absent