mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user