6 lines
114 B
YAML
6 lines
114 B
YAML
|
---
|
||
|
|
||
|
- name: 'alpine-specific docker things'
|
||
|
include_tasks: alpine.yml
|
||
|
when: ansible_distribution == "Alpine"
|