소스 검색

Change renamed variables matrix_systemd_path -> devture_systemd_docker_base_systemd_path

pull/2375/head
jakicoll 3 년 전
부모
커밋
6a205a83f6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      roles/custom/matrix-user-verification-service/tasks/setup_uninstall.yml

+ 2
- 2
roles/custom/matrix-user-verification-service/tasks/setup_uninstall.yml 파일 보기

@@ -2,7 +2,7 @@

- name: Check existence of matrix-user-verification-service service
stat:
path: "{{ matrix_systemd_path }}/{{ matrix_user_verification_service_systemd_service_name }}"
path: "{{ devture_systemd_docker_base_systemd_path }}/{{ matrix_user_verification_service_systemd_service_name }}"
register: matrix_user_verification_service_service_stat

- when: matrix_user_verification_service_service_stat.stat.exists | bool
@@ -16,7 +16,7 @@

- name: Ensure matrix-user-verification-service.service doesn't exist
file:
path: "{{ matrix_systemd_path }}/{{ matrix_user_verification_service_systemd_service_name }}"
path: "{{ devture_systemd_docker_base_systemd_path }}/{{ matrix_user_verification_service_systemd_service_name }}"
state: absent

- name: Ensure Matrix user-verification-service paths don't exist


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