mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2022-04-29 11:00
This commit is contained in:
11
roles/squash_tm/tasks/conf.yml
Normal file
11
roles/squash_tm/tasks/conf.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- name: Deploy Squash TM configuration
|
||||
template: src={{ item }}.j2 dest={{ squashtm_root_dir }}/etc/{{ item }} owner=root group={{ squashtm_user }} mode=640
|
||||
loop:
|
||||
- env
|
||||
- squash.tm.cfg.properties
|
||||
- log4j2.xml
|
||||
notify: restart squash-tm
|
||||
tags: squashtm
|
||||
|
Reference in New Issue
Block a user