Skip to content

Commit 26f3988

Browse files
ratailorjokke-ilujo
authored andcommitted
Fix: correct filename
This change fixes typo in filename for clarity.
1 parent c0ca9fc commit 26f3988

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

roles/ci_dcn_site/tasks/post-ceph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
ansible.builtin.template:
6868
mode: "0644"
6969
backup: false
70-
src: "templates/ceph_secerts.yaml.j2"
70+
src: "templates/ceph_secrets.yaml.j2"
7171
dest: "{{ ci_dcn_site_arch_path }}/ceph_secrets_{{ _az }}.yaml"
7272

7373
- name: Apply ceph secret for this _az

0 commit comments

Comments
 (0)