basessh: fix sign_hostnames to use correct variable expansion (i hope)

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-11-19 10:51:24 -08:00
parent 9259cb1ead
commit 51811f894d

View file

@ -187,7 +187,7 @@
- name: Set some extra signing facts
set_fact:
sign_hostnames: "{{ssh_hostnames}} + ['{{inventory_hostname}}']"
sign_hostnames: "{{ssh_hostnames + [inventory_hostname]}}"
sign_validity: "-1h:+52w"
tags:
- basessh