9d5367185b
This is a very simple test to see if we can list the packages via the ansible dnf module. Resolves: rhbz#1990948
17 lines
406 B
YAML
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
|