Add missing keys

This commit is contained in:
Luke Murphy 2020-03-24 09:49:28 +01:00
parent eabbcf8eed
commit e7968d488d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
- name: Ensure git public key is in gitea loaded authorized_keys
blockinfile:
path: /var/lib/gitea/git/.ssh/authorized_keys
block: "{{ git_id_rsa_pub.stdout }}"
block: "no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty {{ git_id_rsa_pub.stdout }}"
state: present
owner: git
group: git