copr: ensure services are running only when not services_disabled
This commit is contained in:
parent
35d389a9fa
commit
346e0253e3
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
||||||
|
|
||||||
- name: ensure services are running
|
- name: ensure services are running
|
||||||
service: name={{ item }} state=started enabled=yes
|
service: name={{ item }} state=started enabled=yes
|
||||||
|
when: not services_disabled|bool
|
||||||
with_items:
|
with_items:
|
||||||
- httpd
|
- httpd
|
||||||
- haveged
|
- haveged
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue