add some tags to the no lvmetad task
This commit is contained in:
parent
59b73142ac
commit
75e059a9ae
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,9 @@
|
|||
#
|
||||
- name: disable lvmetad
|
||||
lineinfile: dest=/etc/lvm/lvm.conf regexp="^(.*)use_lvmetad = 0" line="\1use_lvmetad = 0" backrefs=yes
|
||||
tags:
|
||||
- config
|
||||
- nolvmetad
|
||||
|
||||
- name: set bridging to work right -
|
||||
copy: src="{{ files }}/virthost/99-bridge.rules" dest=/etc/udev/rules.d/99-bridge.rules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue