Skip to content
Snippets Groups Projects
Commit a6ae641b authored by nimrod's avatar nimrod
Browse files

- Use ansible_lsb.codename instead of ansible_distribution_release because...

- Use ansible_lsb.codename instead of ansible_distribution_release because it's more reliable with pre-release version of Debian.
parent 2fd72d97
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,4 @@
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']
- ansible_lsb.codename in ['xenial', 'trusty', 'precise', 'stretch', 'jessie', 'wheezy'] or ansible_distribution_version in ['6.0']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment