sshca: Fix incorrect path
This commit is contained in:
parent
ab066a81b7
commit
e630255364
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue