diff options
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}}' |
