Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbui423 committed Oct 3, 2019
1 parent a9a5b94 commit faea8f1
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -111,6 +111,12 @@
- ansible_facts['ansible_bogus_interpreter'] | default('nope') == 'nope'
- ansible_facts['discovered_interpreter_bogus'] | default('nope') == 'nope'

- name: debian assertions
assert:
that:
- auto_out.ansible_facts.discovered_interpreter_python == '/usr/bin/python3'
when: distro == 'debian' and distro_version is version('9', '>=')

- name: fedora assertions
assert:
that:
Expand Down

0 comments on commit faea8f1

Please sign in to comment.