netbox(role): don't try to deploy removed housekeeping service and timer
Some checks failed
/ Ansible Lint (push) Failing after 1m53s

https://github.com/netbox-community/netbox/releases/tag/v4.4.0
https://github.com/netbox-community/netbox/issues/18349
This commit is contained in:
June 2025-10-30 05:25:26 +01:00
commit 0f4fb68c97
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
2 changed files with 0 additions and 22 deletions

View file

@ -14,11 +14,3 @@
loop:
- "netbox.service"
- "netbox-rq.service"
- name: Ensure netbox housekeeping timer is set up and up-to-date
ansible.builtin.systemd_service:
daemon_reload: true
name: "netbox-housekeeping.timer"
enabled: true
state: restarted
become: true