summaryrefslogtreecommitdiffstats
path: root/handlers/restart_services.yml
diff options
context:
space:
mode:
Diffstat (limited to 'handlers/restart_services.yml')
-rw-r--r--handlers/restart_services.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/handlers/restart_services.yml b/handlers/restart_services.yml
index a2e96692f..75a805bfe 100644
--- a/handlers/restart_services.yml
+++ b/handlers/restart_services.yml
@@ -45,9 +45,6 @@
- name: restart jenkins
action: service name=jenkins state=restarted
-- name: restart kojid
- action: service name=kojid state=restarted
-
- name: restart koschei-polling
action: service name=koschei-polling state=restarted
@@ -63,9 +60,6 @@
- name: restart libvirtd
action: service name=libvirtd state=restarted
-- name: restart lighttpd
- action: service name=lighttpd state=restarted
-
- name: restart mailman
action: service name=mailman state=restarted
@@ -155,15 +149,6 @@
ignore_errors: true
when: ansible_virtualization_role == 'host'
-- name: restart haproxy
- service: name=haproxy state=restarted
-
-- name: restart mariadb
- service: name=mariadb state=restarted
-
-- name: restart squid
- service: name=squid state=restarted
-
- name: "update ca-trust"
command: /usr/bin/update-ca-trust