diff --git a/roles/sys-ctl-hlth-csp/handlers/main.yml b/roles/sys-ctl-hlth-csp/handlers/main.yml deleted file mode 100644 index 88ca65aa..00000000 --- a/roles/sys-ctl-hlth-csp/handlers/main.yml +++ /dev/null @@ -1,4 +0,0 @@ -- name: rebuild checkcsp docker image - shell: checkcsp build - async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}" - poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}" diff --git a/roles/sys-ctl-hlth-csp/tasks/01_core.yml b/roles/sys-ctl-hlth-csp/tasks/01_core.yml index 8511513a..75fece58 100644 --- a/roles/sys-ctl-hlth-csp/tasks/01_core.yml +++ b/roles/sys-ctl-hlth-csp/tasks/01_core.yml @@ -8,7 +8,6 @@ name: pkgmgr-install vars: package_name: checkcsp - package_notify: rebuild checkcsp docker image - include_role: name: sys-service