add correct delegation to localhost
This commit is contained in:
parent
1651601f16
commit
11f2a4e93d
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
copy:
|
||||
dest: "/tmp/{{ ssh_ca_key_name }}.pub"
|
||||
content: "{{ key_pair.public_key }}"
|
||||
delegate_to: localhost
|
||||
when: not cert_state.stat.exists
|
||||
|
||||
- name: Generate certificate
|
||||
|
|
Reference in a new issue