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