소스 검색

Remove systemd-reloading handler in matrix-user-verification-service

None of the other roles use handlers.

We rely on com.devture.ansible.role.systemd_service_manager to reload services when it's necessary to do so.
pull/2457/head
Slavi Pantaleev 3 년 전
부모
커밋
f6ab162fff
2개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. +0
    -6
      roles/custom/matrix-user-verification-service/handlers/main.yml
  2. +0
    -1
      roles/custom/matrix-user-verification-service/tasks/setup_install.yml

+ 0
- 6
roles/custom/matrix-user-verification-service/handlers/main.yml 파일 보기

@@ -1,6 +0,0 @@
---

- name: Ensure systemd reloaded after matrix-user-verification-service.service installation
ansible.builtin.service:
daemon_reload: true
listen: "reload matrix-user-verification-service"

+ 0
- 1
roles/custom/matrix-user-verification-service/tasks/setup_install.yml 파일 보기

@@ -35,4 +35,3 @@
src: "{{ role_path }}/templates/systemd/matrix-user-verification-service.service.j2"
dest: "{{ devture_systemd_docker_base_systemd_path }}/{{ matrix_user_verification_service_systemd_service_name }}"
mode: 0644
notify: "reload matrix-user-verification-service"

불러오는 중...
취소
저장