From e9fc24a8a8898009bed8a33af6df3d0b0363d2df Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:20 -0400 Subject: [PATCH] Don't start pvc services on install --- roles/pvc/tasks/pvc/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/pvc/tasks/pvc/main.yml b/roles/pvc/tasks/pvc/main.yml index 806bd2c..6d6c404 100644 --- a/roles/pvc/tasks/pvc/main.yml +++ b/roles/pvc/tasks/pvc/main.yml @@ -28,10 +28,9 @@ when: bootstrap is defined and bootstrap run_once: yes -- name: start and enable services +- name: enable services but don't start them service: name: "{{ item }}" - state: started enabled: yes with_items: - pvc-flush.service