Make the linter happy.

This commit is contained in:
jakicoll
2023-02-06 16:29:25 +01:00
parent f3ca4a0632
commit be634168ac
7 changed files with 12 additions and 9 deletions

View File

@ -8,7 +8,7 @@
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
with_items:
- { path: "{{ matrix_user_verification_service_config_path }}", when: true }
- {path: "{{ matrix_user_verification_service_config_path }}", when: true}
when: item.when | bool
- name: Ensure Matrix User Verification Service image is pulled

View File

@ -11,7 +11,7 @@
service:
name: "{{ matrix_user_verification_service_systemd_service_basename }}"
state: stopped
daemon_reload: yes
daemon_reload: true
register: stopping_result
- name: Ensure matrix-user-verification-service.service doesn't exist