ansible-core/tests/tests.yml
Dimitri Savineau 12905301bb
ansible-core 2.15.1
Resolves: #2219620

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
2023-07-04 12:22:40 -04:00

17 lines
406 B
YAML

---
- hosts: localhost
gather_facts: yes
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: .
run: /usr/bin/ansible localhost -m dnf -a "list=installed"
# tasks:
# This is only used as part of rpm-ostree which has extensive tests
# and there is no point to testing it separately.
# - name: true
# shell: true