diff --git a/tests/tests.yml b/tests/tests.yml index e95fdd2..cf9f160 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -1,4 +1,5 @@ --- +--- + - hosts: localhost tags: - classic @@ -27,3 +28,11 @@ - python3-pytest - python3.6 - python2.7 + +- hosts: localhost + tags: + - classic + tasks: + - name: Print all available env variable + ansible.builtin.debug: + var: ansible_facts['env']