Skip to content
Snippets Groups Projects
Commit 137c8c6e authored by jurgenhaas's avatar jurgenhaas
Browse files

Add ext4 file system command to initialize a new partition

parent a32e46f2
No related branches found
No related tags found
No related merge requests found
......@@ -31,3 +31,4 @@ letsencrypt_pause_services:
fstype_convert:
btrfs: 'btrfs-convert --no-progress {{ item.src }}'
ext4: 'mkfs.ext4 {{ item.src }}'
......@@ -7,7 +7,7 @@
- name: "Convert File System Type"
shell: '{{ fstype_convert[item.fstype] }}'
when: item.fstype != fstype
when: item.fstype != fstype.stdout
ignore_errors: True
- name: "Ensure directory for mountpoint"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment