Make ansible-lint happy

This commit is contained in:
Slavi Pantaleev
2024-10-19 14:50:21 +03:00
parent 8f16524789
commit 7139431d46
4 changed files with 9 additions and 8 deletions

View File

@ -1,3 +1,5 @@
---
- name: Prepare Matrix Authentication Service private key file path ({{ private_key_definition.key_file }})
ansible.builtin.set_fact:
matrix_authentication_service_private_key_file_path: "{{ matrix_authentication_service_data_keys_path }}/{{ private_key_definition.key_file }}"