From 20d0d57a2910b977c8fc4e6166f27abfa0be777f Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 10 Jun 2019 15:07:06 -0400 Subject: [PATCH] Remove Ceph group creation --- roles/pvc/tasks/ceph.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/pvc/tasks/ceph.yml b/roles/pvc/tasks/ceph.yml index e9d2310..23d79c4 100644 --- a/roles/pvc/tasks/ceph.yml +++ b/roles/pvc/tasks/ceph.yml @@ -1,10 +1,4 @@ --- -- name: create ceph group - group: - name: ceph - gid: 64046 - state: present - - name: install packages apt: name: