Do not merge: ansible vars test

This commit is contained in:
Aleksandra Fedorova 2022-06-30 11:57:33 +00:00
parent b8b5cb92da
commit 116a6c886a
1 changed files with 3 additions and 25 deletions

View File

@ -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']