mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-23 13:43:18 +02:00
12 lines
276 B
YAML
12 lines
276 B
YAML
---
|
|
|
|
- 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
|
|
|