From 093bb54a526491f75c4b0fcaadecbe5a469cedf4 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 27 Feb 2019 19:06:07 -0500 Subject: Enable installation of Nginx --- tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index fb3047e..23a424b 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,8 +1,8 @@ --- -# - name: Install Nginx -# xbps: -# name: nginx -# state: present +- name: Install Nginx + xbps: + name: nginx + state: present - name: Enable Nginx file: src: /etc/sv/nginx -- cgit v1.2.3