From 116a6c886ac3305f0d7426bb27e4d899ee197b7d Mon Sep 17 00:00:00 2001 From: Aleksandra Fedorova Date: Thu, 30 Jun 2022 11:57:33 +0000 Subject: [PATCH] Do not merge: ansible vars test --- tests/tests.yml | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index 11bb3ae..ca6354b 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -3,28 +3,6 @@ tags: - classic tasks: - - dnf: - name: "*" - state: latest - -- hosts: localhost - roles: - - role: standard-test-basic - tags: - - classic - tests: - - pytest: - dir: . - run: PYTHONPATH=/usr/lib/rpm/redhat ALTERNATE_PYTHON_VERSION=3.6 pytest -v - - manual_byte_compilation: - dir: . - run: rpmbuild -ba pythontest.spec - required_packages: - - rpm-build - - python-rpm-macros - - python3-rpm-macros - - python3-devel - - python3-pytest - - python3.6 - - python2.7 - + - name: Print all available env variable + ansible.builtin.debug: + var: ansible_facts['env'] \ No newline at end of file