Skip to content

Commit aae663c

Browse files
Add Rocky Linux 8 molecule tests
1 parent 33a73b5 commit aae663c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.pre-commit-config copy.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v2.3.0
4+
hooks:
5+
- id: check-yaml
6+
args: [--allow-multiple-documents]
7+
- id: end-of-file-fixer
8+
- id: trailing-whitespace

molecule/default/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
- github_account: monolithprojects-testorg
1010
- runner_state: absent
1111
roles:
12-
- ansible-github_actions_runner
12+
- ansible-github_actions_runner

0 commit comments

Comments
 (0)