Use full hostname when deploying Gitea keys
This commit is contained in:
parent
ab7ce38bc4
commit
b506fb91ab
@ -33,7 +33,7 @@
|
|||||||
body:
|
body:
|
||||||
key: "{{ keypair.public_key }}"
|
key: "{{ keypair.public_key }}"
|
||||||
read_only: yes
|
read_only: yes
|
||||||
title: "{{ inventory_hostname_short }}-ed25519"
|
title: "{{ inventory_hostname }}-ed25519"
|
||||||
status_code: 201
|
status_code: 201
|
||||||
when: keypair is changed
|
when: keypair is changed
|
||||||
- name: Configure authorized hosts
|
- name: Configure authorized hosts
|
||||||
|
Loading…
Reference in New Issue
Block a user