Fix name of config so they're not constantly changed with each run of ansible

derp!
This commit is contained in:
Jake Howard 2020-09-18 12:11:44 +01:00
parent 62e629187b
commit 782b008cd3
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -9,7 +9,7 @@
- name: Install clickhouse config
template:
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
become: true