Merge "Remove Create ganesha log dir"

This commit is contained in:
Zuul
2025-12-19 22:41:15 +00:00
committed by Gerrit Code Review

View File

@@ -52,14 +52,6 @@
tags:
- ceph-mon-facts
- ceph-nfs
# NOTE(noonedeadpunk) drop this once https://github.com/ceph/ceph-ansible/pull/4959 will be merged
- name: Create ganesha log dir
file:
path: /var/log/ganesha
owner: root
group: root
mode: "0755"
state: directory
roles:
- role: ceph-defaults
tags: