# HG changeset patch # User anatofuz # Date 1599029879 -32400 # Node ID 9ced8fcb39a97da544eca48e4202bd0476385ef0 # Parent 2271e3210b56f825339f4deabc1cdd7789061c3e add install-nginx diff -r 2271e3210b56 -r 9ced8fcb39a9 roles/install-nginx/tasks/main.yml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/roles/install-nginx/tasks/main.yml Wed Sep 02 15:57:59 2020 +0900 @@ -0,0 +1,7 @@ +--- +- name: install nginx + become: yes + dnf: + name: nginx + state: latest + notify: restart_nginx