Start cache services
This commit is contained in:
parent
96f68226dc
commit
d7ab984b4f
@ -63,4 +63,13 @@
|
|||||||
- start_workers
|
- start_workers
|
||||||
- configure
|
- configure
|
||||||
ignore_errors: "{{ ansible_check_mode }}"
|
ignore_errors: "{{ ansible_check_mode }}"
|
||||||
|
|
||||||
|
- name: Start openQA cache services
|
||||||
|
ansible.builtin.systemd:
|
||||||
|
name: "{{ item }}"
|
||||||
|
state: started
|
||||||
|
enabled: true
|
||||||
|
loop:
|
||||||
|
- openqa-worker-cacheservice
|
||||||
|
- openqa-worker-cacheservice-minion
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user