Use full hostname when deploying Gitea keys

This commit is contained in:
Salt 2020-07-28 07:42:27 -05:00
parent ab7ce38bc4
commit b506fb91ab

View File

@ -33,7 +33,7 @@
body:
key: "{{ keypair.public_key }}"
read_only: yes
title: "{{ inventory_hostname_short }}-ed25519"
title: "{{ inventory_hostname }}-ed25519"
status_code: 201
when: keypair is changed
- name: Configure authorized hosts