diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0ba2f97..e5a11861 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: args: ['--baseline-path', '.config/.gitleaks-report.json'] - repo: https://github.com/ansible-community/ansible-lint - rev: v24.5.0 + rev: v24.6.0 hooks: - id: ansible-lint name: Ansible-lint diff --git a/README.md b/README.md index 2ff1311d..f8f36806 100644 --- a/README.md +++ b/README.md @@ -200,3 +200,13 @@ uses: ```sh pre-commit run ``` + +## Credits and Thanks + +Based on an original concept by Sam Doran + +Massive thanks to the fantastic community and all its members. + +This includes a huge thanks and credit to the original authors and maintainers. + +Mark Bolwell, George Nalen, Steve Williams, Fred Witty diff --git a/meta/main.yml b/meta/main.yml index d7ed2584..2d33a4a1 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,6 +1,6 @@ --- galaxy_info: - author: "Sam Doran, Josh Springer, Daniel Shepherd, Bas Meijeri, James Cassell, Mike Renfro, DFed, George Nalen, Mark Bolwell" + author: "MindPoint Group" description: "Apply the RHEL 9 CIS" company: "MindPoint Group" license: MIT