We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggested Code
- name: "1.2.2 | AUDIT | Ensure gpgcheck is globally activated | Find repos" ansible.builtin.find: paths: /etc/yum.repos.d patterns: "*.repo" excludes: "{{ rhel8cis_repo_gpgcheck_exclude }}" register: discovered_yum_repos changed_when: false
similar for the 1.2.3 repo_gpgcheck
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Request or Enhancement
Suggested Code
similar for the 1.2.3 repo_gpgcheck
The text was updated successfully, but these errors were encountered: