Skip to content

Commit

Permalink
Merge pull request #2 from clezag/main
Browse files Browse the repository at this point in the history
feat: Make caddyfile configurable
  • Loading branch information
alexlanz authored Dec 2, 2024
2 parents cc7a6e2 + c1013be commit 9f5975d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
caddy_installation_packages: []
caddyfile: Caddyfile
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

- name: Copy Caddyfile
ansible.builtin.copy:
src: Caddyfile
src: "{{ caddyfile }}"
dest: /etc/caddy/Caddyfile
owner: root
group: root
Expand Down

0 comments on commit 9f5975d

Please sign in to comment.