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

- Add assertion to verify that the ansible_lsb facts are present.

parent ecdde559
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
assert:
that:
- ansible_os_family == 'Debian'
- ansible_lsb is mapping
- ansible_lsb.codename in ['buster', 'jessie', 'sid', 'stretch', 'trusty', 'xenial', 'yakkety', 'zesty']
- nodejs_version in [6, 8]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment