Skip to content
Snippets Groups Projects
Select Git revision
  • 6c6a6157b156769586075d8c6cdc1bfaafb114b5
  • master default
2 results

testblog

Blame
  • main.yml 195 B
    ---
    # tasks file for ansible-role-example
    
    - name: Assertions
      assert:
        that:
            - ansible_os_family in ['OpenBSD', 'Debian']
            - ansible_distribution_release in ['6.0', 'xenial']