From ad036095473971b20cf410d932a300b5d61cceb5 Mon Sep 17 00:00:00 2001 From: Aleksandra Fedorova Date: Thu, 30 Jun 2022 12:37:57 +0000 Subject: [PATCH] Update tests/tests.yml --- tests/tests.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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']