Skip to content

Commit

Permalink
Test and Ansible 8 AND 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Nov 26, 2023
1 parent 91dd9e7 commit 07218be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# Ansible role [tune2fs](#tune2fs)
# [Ansible role tune2fs](#tune2fs)

tune ext3 and ext4 filesystems using tune2fs.

Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Expand Up @@ -3,19 +3,19 @@
#
[tox]
minversion = 4.2.4
# Ansible 6 and 7 are disabled, causing issues with Fedora:
# Ansible 7 is disabled, causing issues with Fedora:
# https://github.com/ansible/ansible/issues/81199#event-9773321055
# envlist = py3-ansible{6,7,8}
envlist = py3-ansible{8}
# envlist = py3-ansible{7,8,9}
envlist = py3-ansible{8,9}

skipsdist = true

[testenv]
deps =
-rrequirements.txt
ansible6: ansible == 6.*
ansible7: ansible == 7.*
ansible8: ansible == 8.*
ansible9: ansible == 9.*
commands = molecule test
setenv =
TOX_ENVNAME={envname}
Expand Down

0 comments on commit 07218be

Please sign in to comment.