--- - hosts: alpha tasks: - name: Disable Default Nginx Site become: yes file: path: /etc/nginx/sites-enabled/default state: absent