mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
fix this for check mode
This commit is contained in:
@@ -97,6 +97,7 @@
|
||||
# Also kill the service with fire
|
||||
- name: disable lvm2-lvmetad service
|
||||
service: name=lvm2-lvmetad state=stopped enabled=no
|
||||
check_mode: no
|
||||
failed_when: false
|
||||
tags:
|
||||
- config
|
||||
|
||||
Reference in New Issue
Block a user