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:
|
copy:
|
||||||
dest: "/tmp/{{ ssh_ca_key_name }}.pub"
|
dest: "/tmp/{{ ssh_ca_key_name }}.pub"
|
||||||
content: "{{ key_pair.public_key }}"
|
content: "{{ key_pair.public_key }}"
|
||||||
|
delegate_to: localhost
|
||||||
when: not cert_state.stat.exists
|
when: not cert_state.stat.exists
|
||||||
|
|
||||||
- name: Generate certificate
|
- name: Generate certificate
|
||||||
|
|
Reference in a new issue