Skip to content
main.yml 152 B
Newer Older
nimrod's avatar
nimrod committed
---
# tasks file for ansible-role-example

- assert:
    that:
        - ansible_os_family == 'OpenBSD'
        - ansible_distribution_release == '5.9'