File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# Ansible managed
44#
55exclude_paths:
6- - ./meta/preferences.yml
76 - ./molecule/default/prepare.yml
87 - ./molecule/default/converge.yml
98 - ./molecule/default/verify.yml
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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
4646The following roles are used to prepare a system. You can prepare your system in another way.
4747
Original file line number Diff line number Diff line change 44[tox]
55minversion = 4.2.4
66envlist = py{310}-ansible{5,6,7}
7-
87skipsdist = true
98
109[testenv]
You can’t perform that action at this time.
0 commit comments