fixup
This commit is contained in:
parent
104ece979e
commit
ac32f03c0d
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@
|
||||||
group: "{{ issue_cert_file_group | d('root' )}}"
|
group: "{{ issue_cert_file_group | d('root' )}}"
|
||||||
mode: "{{ issue_cert_file_mode | d('0644') }}"
|
mode: "{{ issue_cert_file_mode | d('0644') }}"
|
||||||
owner: "{{ issue_cert_file_owner | d('root') }}"
|
owner: "{{ issue_cert_file_owner | d('root') }}"
|
||||||
when: inventory_hostname in play_hosts
|
when:
|
||||||
|
- inventory_hostname in play_hosts
|
||||||
|
- inventory_hostname == issue_cert_hosts|first
|
||||||
|
|
||||||
- name: issue_cert | Copy the key to all hosts
|
- name: issue_cert | Copy the key to all hosts
|
||||||
copy:
|
copy:
|
||||||
|
|
Loading…
Reference in a new issue