Don't start pvc services on install

This commit is contained in:
Joshua Boniface 2019-06-16 04:00:02 -04:00
parent 293fb5d950
commit 523ca4c340
1 changed files with 1 additions and 2 deletions

View File

@ -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