1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Make this example make sense :)

This commit is contained in:
Michael DeHaan 2013-04-05 19:11:37 -04:00
parent f585c4cde7
commit 94d189bc7f

View file

@ -18,7 +18,7 @@
- shell: echo '{{ ansible_os_family }}'
- shell: echo 'Centos'
- shell: echo 'RedHat'
when: ansible_os_family == 'RedHat'