hurray for whitespace changes between rhel7.2 and 7.3

This commit is contained in:
Kevin Fenzi 2016-12-05 19:00:00 +00:00
parent 2cb84008d0
commit 6649f50c4e

View file

@ -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