basessh: fix sign_hostnames to use correct variable expansion (i hope)
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
9259cb1ead
commit
51811f894d
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@
|
||||||
|
|
||||||
- name: Set some extra signing facts
|
- name: Set some extra signing facts
|
||||||
set_fact:
|
set_fact:
|
||||||
sign_hostnames: "{{ssh_hostnames}} + ['{{inventory_hostname}}']"
|
sign_hostnames: "{{ssh_hostnames + [inventory_hostname]}}"
|
||||||
sign_validity: "-1h:+52w"
|
sign_validity: "-1h:+52w"
|
||||||
tags:
|
tags:
|
||||||
- basessh
|
- basessh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue