Remove dpkg hook

It seams not possible to run hooks only on specific package
updates
This commit is contained in:
phil 2023-12-06 10:42:21 +01:00
parent ebeb090ef8
commit fd4b90f43d
2 changed files with 0 additions and 12 deletions

View file

@ -1,5 +0,0 @@
# {{ ansible_managed }}
# Reinstall Plugins
DPkg::Pre-Invoke {"/usr/local/bin/{{ opensearch_plugin_update_script }} purge";};
DPkg::Post-Invoke {"/usr/local/bin/{{ opensearch_plugin_update_script }} install";};