Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- main.yml
- debian.yml
- rhel.yml
- ---
- - include: rhel.yml
- when: ansible_os_family == 'RedHat' or ansible_distribution == 'Centos'
- - include: debian.yml
- when: ansible_os_family == 'Debian' or ansible_distribution == 'Ubuntu'
Add Comment
Please, Sign In to add comment