Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Regenerate CI and docs.
  • Loading branch information
robertdebock committed Oct 7, 2021
1 parent 78cf4f9 commit fc55c4e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -5,6 +5,7 @@ about: Create a report to help me improve
---

## Describe the bug

A clear and concise description of what the bug is.

## Playbook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
tag: "latest"
- image: "debian"
tag: "bookworm"
- image: "rockylinux"
- image: "enterpriselinux"
tag: "latest"
- image: "fedora"
tag: "33"
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -26,7 +26,7 @@ molecule:
tag: "latest"
- image: "debian"
tag: "bookworm"
- image: "rockylinux"
- image: "enterpriselinux"
tag: "latest"
- image: "fedora"
tag: "33"
Expand Down
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Expand Up @@ -14,9 +14,10 @@ repos:
args: [-c=.yamllint]

- repo: https://github.com/robertdebock/pre-commit
rev: v1.2.3
rev: v1.3.1
hooks:
- id: ansible_role_find_unused_variable
- id: ansible_role_find_empty_files
- id: ansible_role_find_empty_directories
- id: ansible_role_fix_readability
- id: ansible_role_find_undefined_handlers

0 comments on commit fc55c4e

Please sign in to comment.