Skip to content

Commit

Permalink
Fix yaml lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathanael-Mtd committed Sep 3, 2024
1 parent 7615702 commit 5060928
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
content: "{{ external_openstack_cacert | b64decode if external_openstack_cacert_is_base64 else omit }}"
dest: "{{ kube_config_dir }}/external-openstack-cacert.pem"
group: "{{ kube_cert_group }}"
mode: 0640
mode: "0640"
when:
- inventory_hostname == groups['kube_control_plane'][0]
- external_openstack_cacert is defined
Expand Down

0 comments on commit 5060928

Please sign in to comment.