Container: Fixing service name lvm2-lvmetad

Playbook failing saying:

msg: 'Could not find the requested service lvmetad: host'

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1955040
Signed-off-by: VasishtaShastry <vipin.indiasmg@gmail.com>
pull/6612/head
VasishtaShastry 2021-06-14 17:38:51 +05:30 committed by Guillaume Abrioux
parent 93f1765259
commit e49c38f8b7
1 changed files with 2 additions and 2 deletions

View File

@ -8,12 +8,12 @@
block:
- name: stop lvmetad
service:
name: lvmetad
name: lvm2-lvmetad
state: stopped
- name: disable and mask lvmetad service
service:
name: lvmetad
name: lvm2-lvmetad
enabled: no
masked: yes