Skip to content

Commit 5090afa

Browse files
committed
Fix condition order
1 parent 1607da4 commit 5090afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/ansible/deploy-radosgw-usage-exporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
delegate_to: localhost
2626
run_once: true
2727
when:
28-
- "{{ credential_check.stdout == [] }}"
2928
- stackhpc_enable_radosgw_usage_exporter
29+
- "{{ credential_check.stdout == [] }}"
3030

3131
- name: Query ec2 credential for admin
3232
command: >

0 commit comments

Comments
 (0)