Skip to content

Commit

Permalink
fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hgeaydem committed Oct 19, 2021
1 parent 20af209 commit 9e07299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
# vim: set ft=ansible:

- name: Get RHCOS version to use
- name: Get OCP version to use
set_fact:
ocp4_aio_subversion: "{{ ocp4_aio_ocp_version.split('`ocp4_aio_ocp_workers-')[1] if ('`ocp4_aio_ocp_workers' in ocp4_aio_ocp_version) else ocp4_aio_ocp_version.split('.')[:2]|join('.') }}"
ocp4_aio_subversion: "{{ ocp4_aio_ocp_version.split('latest-')[1] if ('latest' in ocp4_aio_ocp_version) else ocp4_aio_ocp_version.split('.')[:2]|join('.') }}"

- name: Label nodes for OpenShift Storage when compact
ansible.builtin.command: >
Expand Down

0 comments on commit 9e07299

Please sign in to comment.