File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,4 @@ __cm_repo_default_url: https://archive.cloudera.com
1818# Map of ansible_distribution -> support matrix 'family'
1919cm_repo_supported_distribution_map :
2020 RedHat : RHEL
21+ Rocky : " Rocky Linux"
Original file line number Diff line number Diff line change 3737 unique |
3838 list
3939 }}"
40- supported_os : " {{ prereq_python_supported_os_map[ansible_facts['distribution']] | default(ansible_facts['distribution']) }}"
40+ supported_os : " {{ prereq_python_supported_os_map[ansible_facts['distribution']] | default(ansible_facts['distribution']) | urlencode }}"
4141
4242- name : Confirm Python version(s) for Cloudera Runtime and Manager versions and OS
4343 ansible.builtin.assert :
Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ __python2_pip_package: python-pip
2121
2222prereq_python_supported_os_map :
2323 RedHat : RHEL
24+ Rocky : " Rocky Linux"
Original file line number Diff line number Diff line change 1717# Map of ansible_distribution -> support matrix 'family'
1818prereq_supported_distribution_map :
1919 RedHat : RHEL
20+ Rocky : " Rocky Linux"
You can’t perform that action at this time.
0 commit comments