Skip to content
Snippets Groups Projects
Verified Commit 4d37939f authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

ansible lint

parent 8dca59e1
No related branches found
No related tags found
No related merge requests found
Pipeline #269694 passed
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
- name: Download & unpack mas-cli - name: Download & unpack mas-cli
ansible.builtin.unarchive: ansible.builtin.unarchive:
src: "https://github.com/element-hq/matrix-authentication-service/releases/download/{{ matrix_authentication_service_version }}/mas-cli-{{ matrix_authentication_service_arch }}-linux.tar.gz" src: "https://github.com/element-hq/matrix-authentication-service/releases/download/{{ matrix_authentication_service_version }}/mas-cli-{{ matrix_authentication_service_arch }}-linux.tar.gz" # noqa yaml[line-length]
dest: /opt/matrix_authentication_service dest: /opt/matrix_authentication_service
remote_src: true remote_src: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment