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:
Adam Williamson 2020-06-10 12:55:44 -07:00
parent 0816164593
commit e7e8fbd6d0

View file

@ -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