Skip to content
Snippets Groups Projects
Commit 4ac3aa9d authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

fix: added missing directories for later, added info about open bug

parent f6f9d034
No related branches found
No related tags found
No related merge requests found
......@@ -62,8 +62,12 @@
state: absent
- name: find old Stichprobe services
find:
path: "/etc/systemd/user/"
paths:
- "/etc/systemd/user/"
- "/etc/systemd/system/"
recurse: true
patterns: "stichprobe-*-daily-report*"
# Open bug: https://github.com/ansible/ansible/issues/28165 / find module ignores broken symlinks
register: stichprobe
- name: remove old Stichprobe services
file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment