aboutsummaryrefslogtreecommitdiffstats
path: root/handlers/main.yml
blob: 154a161f277bf049ebbd86e1767ae89bae1953ac (plain) (blame)
1
2
3
4
5
6
7
8
---
# handlers file for teamspeak

- name: Reload systemd
  command: systemctl daemon-reload

- name: Prune older TeamSpeak 3 server versions
  shell: "find {{ teamspeak.home }}/teamspeak3-server_linux_amd64-*/ -maxdepth 1 -iname 'teamspeak3-server_linux_amd64' -type d | head -n-2 | xargs rm -rf"