Skip to content
New issue

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

Add support for Rocky #39

Open
MikeCantCode opened this issue May 19, 2023 · 0 comments
Open

Add support for Rocky #39

MikeCantCode opened this issue May 19, 2023 · 0 comments

Comments

@MikeCantCode
Copy link

There are some conditonals that filter out Rocky distributions. Here and here for example.

Adding Rocky to these conditionals would suffice.

- name: Manage crypto policies
  include_role:
    name: fedora.linux_system_roles.crypto_policies
  vars:
    crypto_policies_policy: "DEFAULT:AD-SUPPORT"
  when:
    - ad_integration_manage_crypto_policies | bool
    # Fedora and RHEL8+
    - (ansible_distribution == "Fedora" or
      (ansible_distribution in ['CentOS', 'RedHat', 'Rocky'] and
       ansible_distribution_version is version('8', '>=')))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant