Browse Source

use filesystems role instead of fstab

master
parent
commit
2b3f7accde
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      meta/main.yml

+ 2
- 1
meta/main.yml View File

@@ -33,7 +33,8 @@ dependencies:
#- role: mdraid_mdadm_conf #- role: mdraid_mdadm_conf
- role: dmcrypt_crypttab - role: dmcrypt_crypttab
when: dmcrypt_devices is defined when: dmcrypt_devices is defined
- role: fstab
- role: filesystems
filesystems_state: configured
- role: keyboard_configuration - role: keyboard_configuration
- role: grub_bootloader - role: grub_bootloader
- role: network_interfaces - role: network_interfaces


Loading…
Cancel
Save