diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2019-09-14 17:39:36 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2019-09-14 17:39:36 -0400 |
| commit | 1f3a68c3914311188943a10f57fe309821c5f15b (patch) | |
| tree | 53fd676c5a91c635c002a12bd005fd7cc48f828d /tasks/install.yml | |
| parent | 956973a11dedea5f7798052b1bc5e69556af30b0 (diff) | |
| download | nginx-1f3a68c3914311188943a10f57fe309821c5f15b.tar.gz nginx-1f3a68c3914311188943a10f57fe309821c5f15b.tar.xz | |
Add in support for Alpine Linux
Diffstat (limited to 'tasks/install.yml')
| -rw-r--r-- | tasks/install.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tasks/install.yml b/tasks/install.yml index 72787c0..21502b8 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -3,11 +3,6 @@ name: nginx state: present when: ansible_facts['distribution'].lower() == "void" -- name: 'Install Nginx [Alpine]' - apk: - name: nginx - state: present - when: ansible_facts['distribution'].lower() == "alpine" - name: 'Install Nginx [Ubuntu]' apt: name: nginx |
