Don't start pvc services on install

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:20 -04:00
parent f823d1b351
commit e9fc24a8a8
1 changed files with 1 additions and 2 deletions

View File

@ -28,10 +28,9 @@
when: bootstrap is defined and bootstrap when: bootstrap is defined and bootstrap
run_once: yes run_once: yes
- name: start and enable services - name: enable services but don't start them
service: service:
name: "{{ item }}" name: "{{ item }}"
state: started
enabled: yes enabled: yes
with_items: with_items:
- pvc-flush.service - pvc-flush.service