This commit is contained in:
Pim Kunis 2023-04-26 18:51:27 +02:00
parent 67a0356a93
commit 42917c227a

View file

@ -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: