mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 23:23:22 +02:00
11 lines
234 B
YAML
11 lines
234 B
YAML
---
|
|
|
|
- name: Create linstor-satellite unit snippet dir
|
|
file: path=/etc/systemd/system/linstor-satellite.service.d state=directory
|
|
tags: drbd
|
|
|
|
- name: Create linstor conf dir
|
|
file: path=/etc/linstor state=directory
|
|
tags: drbd
|
|
|