From ba4971a460c5f6575ba8ec9fa3123c5330594c9f Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Thu, 11 Dec 2025 22:10:38 +0000 Subject: [PATCH] Remove Create ganesha log dir https://github.com/ceph/ceph-ansible/pull/4959 - now merged Change-Id: Ia8a97457bc82eb97f085a8dc3598ce74df247830 Signed-off-by: Ivan Anfimov --- playbooks/ceph_nfs_install.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/playbooks/ceph_nfs_install.yml b/playbooks/ceph_nfs_install.yml index b5d81f09..63d34aa7 100644 --- a/playbooks/ceph_nfs_install.yml +++ b/playbooks/ceph_nfs_install.yml @@ -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: