Skip to content

Commit 99c7528

Browse files
Test and Ansible 8 AND 9.
1 parent a517a96 commit 99c7528

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ansible role [openvpn](#openvpn)
1+
# [Ansible role openvpn](#openvpn)
22

33
Install and configure openvpn server or client on your system.
44

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
#
44
[tox]
55
minversion = 4.2.4
6-
# Ansible 6 and 7 are disabled, causing issues with Fedora:
6+
# Ansible 7 is disabled, causing issues with Fedora:
77
# https://github.com/ansible/ansible/issues/81199#event-9773321055
8-
# envlist = py3-ansible{6,7,8}
9-
envlist = py3-ansible{8}
8+
# envlist = py3-ansible{7,8,9}
9+
envlist = py3-ansible{8,9}
1010

1111
skipsdist = true
1212

1313
[testenv]
1414
deps =
1515
-rrequirements.txt
16-
ansible6: ansible == 6.*
1716
ansible7: ansible == 7.*
1817
ansible8: ansible == 8.*
18+
ansible9: ansible == 9.*
1919
commands = molecule test
2020
setenv =
2121
TOX_ENVNAME={envname}

0 commit comments

Comments
 (0)