Select Git revision
-
nimrod authored
- Remove OpenBSD 5.9 platform from testing, it never worked and it's not supported upstream anymore now that OpenBSD 6.1 was released.
nimrod authored- Remove OpenBSD 5.9 platform from testing, it never worked and it's not supported upstream anymore now that OpenBSD 6.1 was released.
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']