openqa/worker: ignore network.service start fail for now
It's failing on the new IAD worker and I can't figure out why. Let's skip it for now just to get the plays run. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
0816164593
commit
e7e8fbd6d0
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
|
||||
- name: Enable network service (needed for openvswitch devices)
|
||||
service: name=network enabled=yes state=started
|
||||
ignore_errors: yes
|
||||
|
||||
- name: openvswitch bridge device config
|
||||
copy: src=ifcfg-br0 dest=/etc/sysconfig/network-scripts/ifcfg-br0 owner=root group=root mode=0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue