- name: Ensure nginx is installed become: true apk: name: nginx state: present notify: Restart Nginx # vim: set ft=yaml sw=2 et: