Guest User

Untitled

a guest
Dec 14th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. main.yml
  2. debian.yml
  3. rhel.yml
  4.  
  5. ---
  6. - include: rhel.yml
  7. when: ansible_os_family == 'RedHat' or ansible_distribution == 'Centos'
  8. - include: debian.yml
  9. when: ansible_os_family == 'Debian' or ansible_distribution == 'Ubuntu'
Add Comment
Please, Sign In to add comment