Skip to content

Commit 99776ab

Browse files
committed
Regenerate all files.
1 parent f5760f2 commit 99776ab

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

.ansible-lint

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# Ansible managed
44
#
55
exclude_paths:
6-
- ./meta/preferences.yml
76
- ./molecule/default/prepare.yml
87
- ./molecule/default/converge.yml
98
- ./molecule/default/verify.yml

.github/workflows/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: parse apparmor for mysql
4646
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
4747
- name: molecule
48-
uses: robertdebock/molecule-action@5.0.0
48+
uses: robertdebock/molecule-action@5.0.2
4949
with:
5050
image: ${{ matrix.config.image }}
5151
tag: ${{ matrix.config.tag }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Also see a [full explanation and example](https://robertdebock.nl/how-to-use-the
4141

4242
- pip packages listed in [requirements.txt](https://github.com/robertdebock/ansible-role-epel/blob/master/requirements.txt).
4343

44-
## [Status of used roles](#status-of-requirements)
44+
## [State of used roles](#state-of-used-roles)
4545

4646
The following roles are used to prepare a system. You can prepare your system in another way.
4747

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[tox]
55
minversion = 4.2.4
66
envlist = py{310}-ansible{5,6,7}
7-
87
skipsdist = true
98

109
[testenv]

0 commit comments

Comments
 (0)