aboutsummaryrefslogtreecommitdiffstats
path: root/roles/lvm/tasks/main.yml
blob: 5ad3f6cf5807b5219f8605a440f9fea0b70836d2 (plain)
1
2
3
4
5
- name: set use_devicesfile option
  replace:
    path: /etc/lvm/lvm.conf
    regexp: '^(\s*)use_devicesfile\s*=.*'
    replace: '\1use_devicesfile = {{ lvm_use_devicesfile | int }}'