From 523ca4c340557959942faa0fe8ea20e70c5996e7 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 16 Jun 2019 04:00:02 -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