mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-11 01:23:56 +02:00
13 lines
260 B
YAML
13 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'
|