From 80551920897d166e9f5f02faeb13f6d50f4a1812 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 9 Oct 2014 00:35:03 +0000 Subject: [PATCH] This is rhel7 only. --- tasks/virthost.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/virthost.yml b/tasks/virthost.yml index 4d511d0a2a..01c9ed8509 100644 --- a/tasks/virthost.yml +++ b/tasks/virthost.yml @@ -44,3 +44,4 @@ - restart bridge tags: - config + when: ansible_distribution == 'RedHat' and ansible_distribution_major_version == '7'