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/main.yml | |
| parent | 956973a11dedea5f7798052b1bc5e69556af30b0 (diff) | |
| download | nginx-1f3a68c3914311188943a10f57fe309821c5f15b.tar.gz nginx-1f3a68c3914311188943a10f57fe309821c5f15b.tar.xz | |
Add in support for Alpine Linux
Diffstat (limited to 'tasks/main.yml')
| -rw-r--r-- | tasks/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tasks/main.yml b/tasks/main.yml index 3ee74e2..44d11c3 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -3,6 +3,9 @@ include_tasks: install.yml - name: Include enable tasks include_tasks: enable.yml +- name: Include Alpine specific tasks + include_tasks: alpine.yml + when: ansible_facts['distribution'].lower() == "alpine" - name: Lock down and setup configuration directories file: path: '{{item}}' |
