refactor(partitioning): remove unused register variables
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
ansible.builtin.command: >-
|
||||
tune2fs -O "^orphan_file,^metadata_csum_seed"
|
||||
"{{ install_drive }}{{ partitioning_part_sep }}{{ partitioning_boot_fs_partition_suffix }}"
|
||||
register: partitioning_boot_ext4_tune_result
|
||||
changed_when: false
|
||||
|
||||
- name: Create swap filesystem
|
||||
|
||||
Reference in New Issue
Block a user