blob: 28deefcb6e535a33a13003c8f4c06329bb8e3da2 (
plain) (
tree)
|
|
---
- name: Install loadtest configuration
become: true
template:
src: loadtest.settings.json
dest: "{{ etherpad_path }}/settings.json"
- name: Restart Etherpad
become: true
service:
name: etherpad
state: restarted
|