Skip to content

Commit

Permalink
#820 Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fketelaars committed Nov 1, 2024
1 parent 8955a1e commit a59f36d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- name: Create openshift-storage OpenShift project
shell: |
{{ _create_openshift_storage_project }}
when: not dry_run
when: not cpd_dry_run

- name: Retrieve default channel for ocs-operator manifest
shell:
Expand Down Expand Up @@ -87,4 +87,4 @@
--type merge \
--patch '{"spec":{"installPlanApproval":"Manual"}}'
when: _aws_sts_mode
when: not dry_run
when: not cpd_dry_run
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
loop: "{{ _cartridges_to_install | default([]) }}"
loop_control:
loop_var: _current_cp4d_cartridge
when: not_dry_run
when: not cpd_dry_run

0 comments on commit a59f36d

Please sign in to comment.