Skip to content

Commit

Permalink
Merge "Set default value for microshift_role_version"
Browse files Browse the repository at this point in the history
  • Loading branch information
Microzuul CI authored and Gerrit Code Review committed Jun 20, 2024
2 parents cea658a + 25d9ba9 commit 1eba028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/setup-env/tasks/clone-microshift-role.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- name: Clone microshift role
- name: "Clone ansible-microshift-role with version {{ microshift_role_version | default('master') }}"
ansible.builtin.git:
repo: https://github.com/openstack-k8s-operators/ansible-microshift-role
dest: "{{ microshift_role_path }}"
update: yes
version: "{{ microshift_role_version }}"
version: "{{ microshift_role_version | default('master') }}"

0 comments on commit 1eba028

Please sign in to comment.