name hookshot github private key consistently

This commit is contained in:
HarHarLinks
2022-01-12 01:28:38 +01:00
parent 28c9e7aac2
commit 8498ffd8f7
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}"