Add missing keys

This commit is contained in:
Luke Murphy
2020-03-24 09:49:28 +01:00
parent eabbcf8eed
commit e7968d488d

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