d45cfa287d
- Improve the structure to support multiple distributions - Use one task to set up the different repository files - Use handler to update the apt cache Change-Id: I90933164cbca9d230cebeb3e2e1263c7806db840
7 lines
243 B
YAML
7 lines
243 B
YAML
- name: Warn about unsupported distribution
|
|
debug:
|
|
msg: >
|
|
WARNING: {{ ansible_distribution }} mirrors are not supported either
|
|
by this role yet. The execution of the job will continue without setting
|
|
up cached mirrors.
|