summaryrefslogtreecommitdiff
path: root/roles/vm/host/network/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/vm/host/network/tasks/main.yml')
-rw-r--r--roles/vm/host/network/tasks/main.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/roles/vm/host/network/tasks/main.yml b/roles/vm/host/network/tasks/main.yml
index cd415d1e..2b01681c 100644
--- a/roles/vm/host/network/tasks/main.yml
+++ b/roles/vm/host/network/tasks/main.yml
@@ -33,10 +33,10 @@
## We don't try to be to clever here: aka don't call ifdown before ifup because
## if there are VMs running they would end up with a broken network
- - name: bring up bridge interfaces
- loop: "{{ vmhost_bridge_config.results }}"
- loop_control:
- label: "br-{{ item.item.key }}"
- when: item is changed
- command: "/sbin/ifup br-{{ item.item.key }}"
- failed_when: false
+ # - name: bring up bridge interfaces
+ # loop: "{{ vmhost_bridge_config.results }}"
+ # loop_control:
+ # label: "br-{{ item.item.key }}"
+ # when: item is changed
+ # command: "/sbin/ifup br-{{ item.item.key }}"
+ # failed_when: false