Skip to content
Snippets Groups Projects
Select Git revision
  • 0dacdea49827b35a1c9731714b31356e2e6ab0bc
  • master default
2 results

main.yml

Blame
  • main.yml 270 B
    ---
    # tasks file for example
    
    - name: Assertions
      assert:
        that:
            - ansible_os_family in ['OpenBSD', 'Debian']
            - ansible_distribution_release in ['xenial', 'trusty', 'precise', 'stretch', 'jessie', 'wheezy'] or ansible_distribution_version in ['6.0']