Skip to content

Commit

Permalink
typo in deployment job
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-dkrz committed Oct 28, 2024
1 parent 1be07ac commit 2d9a2fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
dest: "{{compose_file}}"
- name: Deploy and set permissions for MongoDB flush password entrypoint
template:
src: "{{ asset_dir }}/script/mongo-flush-pass-entrypoint.sh"
src: "{{ asset_dir }}/scripts/mongo-flush-pass-entrypoint.sh"
dest: "{{flush_mongo_pass_path}}"
owner: "{{ uid }}"
group: "{{ gid }}"
Expand Down

0 comments on commit 2d9a2fd

Please sign in to comment.