Update tests/tests.yml

This commit is contained in:
Aleksandra Fedorova 2022-06-30 12:37:57 +00:00
parent f15508286b
commit ad03609547
1 changed files with 10 additions and 1 deletions

View File

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