changeset 19:9ced8fcb39a9

add install-nginx
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Wed, 02 Sep 2020 15:57:59 +0900
parents 2271e3210b56
children 8842962276a3
files roles/install-nginx/tasks/main.yml
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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