Skip to content

Commit

Permalink
Merge pull request #11 from mila-iqia/Fix-typo-vars
Browse files Browse the repository at this point in the history
Fix typo vars
  • Loading branch information
ahmam authored Feb 14, 2024
2 parents cd39b10 + 8dd869f commit 31ee59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- name: Copy certificate key on publisher
ansible.builtin.copy:
content: "{{ item.crt }}"
dest: /var/tmp/keys/"{{ item.repository }}".crt
dest: /var/tmp/keys/{{ item.repository }}.crt
owner: "{{ item.owner | default('root') }}"
group: root
mode: "0400"
Expand Down

0 comments on commit 31ee59e

Please sign in to comment.