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"
|
||||
content: "{{ certificate.stdout }}"
|
||||
mode: 0644
|
||||
when: not cert_stat.exists
|
||||
when: not cert_stat.stat.exists
|
||||
|
||||
- name: Enable user certificate
|
||||
lineinfile:
|
||||
|
|
Reference in a new issue