Skip to content

Commit

Permalink
Missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
FozzeY committed Nov 18, 2023
1 parent a0564b9 commit d01ec51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
name: nginx
- name: Copy certs
copy:
src: {{ item }}
src: "{{ item }}"
dest: /etc/ssl/
owner: root
group: wheel
Expand Down

0 comments on commit d01ec51

Please sign in to comment.