Skip to content

Commit

Permalink
Don't overwrite if Dashy config is customised
Browse files Browse the repository at this point in the history
  • Loading branch information
davestephens committed Jan 3, 2024
1 parent 09ddc6a commit 084435f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/dashy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
ansible.builtin.copy:
src: conf.yml
dest: "{{ dashy_data_directory }}/conf.yml"
force: no

- name: Dashy Docker Container
community.docker.docker_container:
Expand Down

0 comments on commit 084435f

Please sign in to comment.