Fix name of config so they're not constantly changed with each run of ansible
derp!
This commit is contained in:
parent
62e629187b
commit
782b008cd3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
- name: Install clickhouse config
|
- name: Install clickhouse config
|
||||||
template:
|
template:
|
||||||
src: files/clickhouse-config.xml
|
src: files/clickhouse-config.xml
|
||||||
dest: /mnt/tank/dbs/clickhouse/docker_related_user_config.xml
|
dest: /mnt/tank/dbs/clickhouse/docker_related_config.xml
|
||||||
notify: restart plausible
|
notify: restart plausible
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue