diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2019-02-27 19:06:07 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2019-02-27 19:16:27 -0500 |
| commit | 093bb54a526491f75c4b0fcaadecbe5a469cedf4 (patch) | |
| tree | 39ec5fbc49afb9a54fb46b238337d6cf0a3b7678 | |
| parent | 6d19a82a722f761293a578fbb5baa1741d6edaf0 (diff) | |
| download | nginx-093bb54a526491f75c4b0fcaadecbe5a469cedf4.tar.gz nginx-093bb54a526491f75c4b0fcaadecbe5a469cedf4.tar.xz | |
Enable installation of Nginx
| -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 |
