view roles/install-nginx/tasks/main.yml @ 19:9ced8fcb39a9

add install-nginx
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Wed, 02 Sep 2020 15:57:59 +0900
parents
children 404c414506d2
line wrap: on
line source

---
- name: install nginx
  become: yes
  dnf:
    name: nginx
    state: latest
  notify: restart_nginx