Start cache services
This commit is contained in:
parent
676a3d16c4
commit
6152baa8ae
@ -63,4 +63,13 @@
|
||||
- start_workers
|
||||
- configure
|
||||
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