Add gpaste
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending

This commit is contained in:
2022-01-21 18:05:16 +01:00
parent 7b4f16d742
commit 5906946be7
5 changed files with 53 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Reload systemd
ansible.builtin.systemd:
daemon_reload: yes
- name: Restart gpaste
ansible.builtin.systemd:
name: gpaste
state: restarted