Skip to content

Commit

Permalink
update when statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Jun 28, 2024
1 parent 1a6a08e commit 63e8dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/monitoring/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
src: "{{ role_path }}/files/{{ PROVIDER }}-storageclass.yaml"
when:
- PROVIDER is not none
- PROVIDER == "azure"
- PROVIDER in ["azure","aws","gcp"]
- V4_CFG_MANAGE_STORAGE is not none
- V4_CFG_MANAGE_STORAGE|bool
- sc_users.stdout | int == 0
Expand Down

0 comments on commit 63e8dad

Please sign in to comment.