Fix File Routing Error

This commit is contained in:
2024-03-05 16:42:58 -08:00
parent 71c46ad953
commit 695acaa48a
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
- name: Update consul config
ansible.builtin.copy:
mode: preserve
src: ./host_config/consul.hcl
src: ../host_config/consul.hcl
dest: /etc/consul/server.hcl
- name: Restart consul service