diff options
Diffstat (limited to 'tasks')
| -rw-r--r-- | tasks/main.yml | 8 |
1 files 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 |
