From 6649f50c4e04cf5b0d6fcef113bffe1b12cb045f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 5 Dec 2016 19:00:00 +0000 Subject: [PATCH] hurray for whitespace changes between rhel7.2 and 7.3 --- roles/virthost/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/virthost/tasks/main.yml b/roles/virthost/tasks/main.yml index e7725a1a16..2ced7d58ae 100644 --- a/roles/virthost/tasks/main.yml +++ b/roles/virthost/tasks/main.yml @@ -73,7 +73,7 @@ # Disable lvmetad as it causes lots of problems with iscsi shared lvm and caching. # - name: disable lvmetad - lineinfile: dest=/etc/lvm/lvm.conf regexp="^ use_lvmetad = 1" line=" use_lvmetad = 0" backrefs=yes + lineinfile: dest=/etc/lvm/lvm.conf regexp="^ use_lvmetad = 1" line=" use_lvmetad = 0" backrefs=yes - name: set bridging to work right - copy: src="{{ files }}/virthost/99-bridge.rules" dest=/etc/udev/rules.d/99-bridge.rules