aboutsummaryrefslogtreecommitdiffstats
path: root/roles/lvm/tasks/main.yml
blob: c4bb13426266ee6e5537a785465bb63ea52a2be8 (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 }}