Add gparted

This commit is contained in:
Przemek Grondek 2024-08-15 16:32:29 +02:00
parent 82902ea327
commit e29a73e0c2
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,6 @@
- name: "[Arch] install gparted packages"
become: yes
community.general.pacman:
name:
- gparted
- dosfstools

View File

@ -19,6 +19,8 @@
- import_tasks: fonts.yml
- import_tasks: gparted.yml
- import_tasks: network-manager.yml
- import_tasks: nextcloud.yml