Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Specify Rocky where required.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Jul 6, 2021
1 parent 1bfd37c commit 568ba67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
gpgkey: "{{ mssql_gpgkey }}"
gpgcheck: yes
when:
- ansible_distribution in [ "CentOS", "RedHat", "Fedora", "Rocky" ]
- ansible_distribution in [ "CentOS", "Fedora", "RedHat", "Rocky" ]
- mssql_add_repositories | bool
loop: "{{ mssql_rhel_repositories }}"
loop_control:
Expand Down

0 comments on commit 568ba67

Please sign in to comment.