mirror of
https://github.com/trailofbits/algo.git
synced 2026-09-13 05:07:46 +02:00
14 lines
260 B
YAML
14 lines
260 B
YAML
---
|
|
|
|
- include: Debian.yml
|
|
when: ansible_distribution == 'Debian'
|
|
|
|
- include: Ubuntu.yml
|
|
when: ansible_distribution == 'Ubuntu'
|
|
|
|
- include: CentOS.yml
|
|
when: ansible_distribution == 'CentOS'
|
|
|
|
- include: Fedora.yml
|
|
when: ansible_distribution == 'Fedora'
|