mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-11 11:47:08 +02:00
12 lines
283 B
YAML
12 lines
283 B
YAML
---
|
|
- include_tasks: Debian.yml
|
|
when: ansible_distribution == 'Debian'
|
|
|
|
- include_tasks: Ubuntu.yml
|
|
when: ansible_distribution == 'Ubuntu'
|
|
|
|
- include_tasks: CentOS.yml
|
|
when: ansible_distribution == 'CentOS'
|
|
|
|
- include_tasks: Fedora.yml
|
|
when: ansible_distribution == 'Fedora'
|