sshca: Fix incorrect path

This commit is contained in:
Timo Makinen 2024-12-16 23:09:52 +00:00
parent ab066a81b7
commit e630255364

View file

@ -12,7 +12,7 @@
- name: Create CA directory - name: Create CA directory
ansible.builtin.file: ansible.builtin.file:
path: "/export/ssh/ca" path: "/export/sshca/ca"
state: directory state: directory
mode: "0700" mode: "0700"
owner: root owner: root