Skip to content
Snippets Groups Projects
Select Git revision
  • cc15d8692b6c155781f9e89a7a29f11a0185edf4
  • 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']