Change renamed variables matrix_systemd_path -> devture_systemd_docker_base_systemd_path
This commit is contained in:
parent
6cffec14ea
commit
6a205a83f6
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
- name: Check existence of matrix-user-verification-service service
|
- name: Check existence of matrix-user-verification-service service
|
||||||
stat:
|
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
|
register: matrix_user_verification_service_service_stat
|
||||||
|
|
||||||
- when: matrix_user_verification_service_service_stat.stat.exists | bool
|
- when: matrix_user_verification_service_service_stat.stat.exists | bool
|
||||||
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
- name: Ensure matrix-user-verification-service.service doesn't exist
|
- name: Ensure matrix-user-verification-service.service doesn't exist
|
||||||
file:
|
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
|
state: absent
|
||||||
|
|
||||||
- name: Ensure Matrix user-verification-service paths don't exist
|
- name: Ensure Matrix user-verification-service paths don't exist
|
||||||
|
Loading…
Reference in New Issue
Block a user