From 337835ad203abbedba09109e7bd27659bc65d151 Mon Sep 17 00:00:00 2001 From: David Moreau-Simard Date: Sun, 15 Oct 2017 12:54:44 -0400 Subject: [PATCH] Don't set up RDO repositories on Fedora The RDO community doesn't meaningfully test their packages on Fedora and openvswitch is also available in Fedora base repositories at a recent enough version. Change-Id: I30713e1ecd70d03d8a520e31bdccdfbe08482699 --- roles/multi-node-bridge/tasks/common.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/multi-node-bridge/tasks/common.yaml b/roles/multi-node-bridge/tasks/common.yaml index b539304f1..671fe6407 100644 --- a/roles/multi-node-bridge/tasks/common.yaml +++ b/roles/multi-node-bridge/tasks/common.yaml @@ -15,6 +15,7 @@ when: - rdo_repository is defined - ansible_os_family == "RedHat" + - ansible_distribution != "Fedora" register: rdo_repos - name: Install openvswitch