mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-25 18:57:50 +02:00
name hookshot github private key consistently
This commit is contained in:
@ -65,7 +65,7 @@
|
||||
|
||||
- name: Ensure hookshot github private key file installed if github is enabled
|
||||
copy:
|
||||
src: github-key.pem
|
||||
src: private-key.pem
|
||||
dest: "{{ matrix_hookshot_base_path }}/{{ matrix_hookshot_github_private_key }}"
|
||||
mode: 0600
|
||||
owner: "{{ matrix_user_username }}"
|
||||
|
Reference in New Issue
Block a user