fix typo
This commit is contained in:
parent
67a0356a93
commit
42917c227a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
dest: "/etc/ssh/{{ item.name }}-cert.pub"
|
dest: "/etc/ssh/{{ item.name }}-cert.pub"
|
||||||
content: "{{ certificate.stdout }}"
|
content: "{{ certificate.stdout }}"
|
||||||
mode: 0644
|
mode: 0644
|
||||||
when: not cert_stat.exists
|
when: not cert_stat.stat.exists
|
||||||
|
|
||||||
- name: Enable user certificate
|
- name: Enable user certificate
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
|
Reference in a new issue