Skip to content

Commit

Permalink
Just the filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Feb 2, 2024
1 parent c647383 commit 188ccd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- name: Place TLS material
ansible.builtin.copy:
src: "{{ item.name }}"
dest: /etc/terraform-enterprise/certs/{{ item.name }}
dest: /etc/terraform-enterprise/certs/{{ item.name | basename }}
owner: root
group: root
mode: "{{ item.mode }}"
Expand Down

0 comments on commit 188ccd2

Please sign in to comment.