ODCS: Do not set enabled:false when simply trying to stop the service to do the upgrade.

This commit is contained in:
Jan Kaluza 2020-08-06 12:24:17 +02:00
parent 077328e311
commit 24da31f53c

View file

@ -11,7 +11,6 @@
service:
name: httpd
state: stopped
enabled: false
tags:
- odcs
- odcs/backend
@ -19,7 +18,6 @@
service:
name: odcs-celery-backend
state: stopped
enabled: false
tags:
- odcs
- odcs/backend