Skip to content

Commit

Permalink
Clear plugin cache after update for fresh result
Browse files Browse the repository at this point in the history
  • Loading branch information
crpb committed Nov 11, 2024
1 parent 3adb7f5 commit 7daa77c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,11 @@
when: ansible_local.opnsense.core.product_series|default(ansible_local.opnsense.core.product_abi) is version('21', '>=')
notify: service inetd

- name: clear plugin cache
ansible.builtin.file:
path: /var/lib/check_mk_agent/cache
state: absent
when: opn_install_check_mk

...
# vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 smartindent nu ft=yaml

0 comments on commit 7daa77c

Please sign in to comment.