copr: ensure services are running only when not services_disabled

This commit is contained in:
Jakub Kadlcik 2021-11-22 03:05:40 +01:00
parent 35d389a9fa
commit 346e0253e3

View file

@ -36,6 +36,7 @@
- name: ensure services are running
service: name={{ item }} state=started enabled=yes
when: not services_disabled|bool
with_items:
- httpd
- haveged