diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2019-03-03 23:52:13 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2019-03-03 23:52:13 -0500 |
| commit | 66b3f12f29c6aa74af962ae2d8d9be4c3af06dc0 (patch) | |
| tree | 9b940e630c4a323fbb52175657d2003f2e413d25 /tasks | |
| parent | ae3ee837bb8d677b8d4e6b4d842ae64c8971c905 (diff) | |
| parent | 093bb54a526491f75c4b0fcaadecbe5a469cedf4 (diff) | |
| download | nginx-66b3f12f29c6aa74af962ae2d8d9be4c3af06dc0.tar.gz nginx-66b3f12f29c6aa74af962ae2d8d9be4c3af06dc0.tar.xz | |
Merge branch 'master' of rygel.us:~/ansible/roles/nginx
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 |
