From 1f3a68c3914311188943a10f57fe309821c5f15b Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 14 Sep 2019 17:39:36 -0400 Subject: Add in support for Alpine Linux --- tasks/install.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tasks/install.yml') 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 -- cgit v1.2.3