Test Ansible 8 and RHEL9 (if applicable)

This commit is contained in:
Robert de Bock 2023-06-12 14:59:37 +02:00
parent 3d6da84e57
commit 7a7948d993
3 changed files with 4 additions and 3 deletions

View File

@ -5,4 +5,4 @@
repository:
description: Prepare your system to be managed by Ansible.
homepage: https://robertdebock.nl/
topics: bootstrap, python, sudo, ansible, molecule, tox, playbook
topics: bootstrap, python, sudo, system, ansible, molecule, tox, playbook

View File

@ -34,5 +34,6 @@ galaxy_info:
- bootstrap
- python
- sudo
- system
dependencies: []

View File

@ -3,16 +3,16 @@
#
[tox]
minversion = 4.2.4
envlist = py{310}-ansible{5,6,7}
envlist = py{310}-ansible{6,7,8}
skipsdist = true
[testenv]
deps =
-rrequirements.txt
ansible5: ansible == 5.*
ansible6: ansible == 6.*
ansible7: ansible == 7.*
ansible8: ansible == 8.*
commands = molecule test
setenv =
TOX_ENVNAME={envname}