Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions roles/cm_repo/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ __cm_repo_default_url: https://archive.cloudera.com
# Map of ansible_distribution -> support matrix 'family'
cm_repo_supported_distribution_map:
RedHat: RHEL
Rocky: "Rocky Linux"
2 changes: 1 addition & 1 deletion roles/prereq_python/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
unique |
list
}}"
supported_os: "{{ prereq_python_supported_os_map[ansible_facts['distribution']] | default(ansible_facts['distribution']) }}"
supported_os: "{{ prereq_python_supported_os_map[ansible_facts['distribution']] | default(ansible_facts['distribution']) | urlencode }}"

- name: Confirm Python version(s) for Cloudera Runtime and Manager versions and OS
ansible.builtin.assert:
Expand Down
1 change: 1 addition & 0 deletions roles/prereq_python/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ __python2_pip_package: python-pip

prereq_python_supported_os_map:
RedHat: RHEL
Rocky: "Rocky Linux"
1 change: 1 addition & 0 deletions roles/prereq_supported/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
# Map of ansible_distribution -> support matrix 'family'
prereq_supported_distribution_map:
RedHat: RHEL
Rocky: "Rocky Linux"
Loading