oc_client_install: added mirror option #117
Annotations
3 errors and 3 warnings
name[missing]:
playbooks/roles/oc_client_install/tasks/oc_install.yml#L9
All tasks should be named.
|
|
Ansible Lint
Process completed with exit code 1.
|
Ansible Lint
Cache not found for keys: setup-python-Linux-x64-24.04-Ubuntu-python-3.11.11-pip-87b6c85218cb256e9bc93cda99a774618b5bc70a815f2410dbb0e3b6318bfb0a, setup-python-Linux-x64-24.04-Ubuntu-python-3.11.11-pip
|
jinja[spacing]:
playbooks/roles/oc_client_install/tasks/oc_install.yml#L17
Jinja2 spacing could be improved: {{ mirror_url }}/{{ oc_clinet_install_version}}/{{ checksum_file_name }} -> {{ mirror_url }}/{{ oc_clinet_install_version }}/{{ checksum_file_name }}
|
jinja[spacing]:
playbooks/roles/oc_client_install/tasks/oc_install.yml#L35
Jinja2 spacing could be improved: {{mirror_url}}/{{ oc_clinet_install_version}}/openshift-client-linux-{{ oc_clinet_install_version}}.tar.gz -> {{ mirror_url }}/{{ oc_clinet_install_version }}/openshift-client-linux-{{ oc_clinet_install_version }}.tar.gz
|