Skip to content
Snippets Groups Projects
Select Git revision
  • 9a3a548f1b655c22043df9655adfba5da1c95508
  • master default
  • host01
  • ns4
  • kodi
5 results

code.shore.co.il.conf

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']