- hosts: lab gather_facts: false tasks: - include_tasks: tasks/stop_nginx.yml - include_tasks: tasks/uninstall_nginx.yml # vim: set ft=yaml sw=2 et: