5 lines
118 B
YAML
5 lines
118 B
YAML
- include_tasks: install-program.yml
|
|
|
|
- include_tasks: config-repository.yml
|
|
when: ansible_distribution == "Ubuntu"
|