Skip to content
Snippets Groups Projects
Commit e6d81a52 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

chore: remove unnecessary task and satisfy linter

parent ef311fcd
No related branches found
No related tags found
1 merge request!2merge feat_ND-2363_ND-2323 into master
---
- name: disable legacy SystemD units
ansible.builtin.systemd:
unit: "{{ item }}"
state: stopped
enabled: false
loop:
- "move_old_logs.service"
- "move_old_logs.timer"
ignore_errors: true
- name: remove legacy timer/service/script
ansible.builtin.file:
path: "{{ item }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment