Add gparted
This commit is contained in:
parent
82902ea327
commit
e29a73e0c2
6
roles/desktop/tasks/gparted.yml
Normal file
6
roles/desktop/tasks/gparted.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
- name: "[Arch] install gparted packages"
|
||||||
|
become: yes
|
||||||
|
community.general.pacman:
|
||||||
|
name:
|
||||||
|
- gparted
|
||||||
|
- dosfstools
|
@ -19,6 +19,8 @@
|
|||||||
|
|
||||||
- import_tasks: fonts.yml
|
- import_tasks: fonts.yml
|
||||||
|
|
||||||
|
- import_tasks: gparted.yml
|
||||||
|
|
||||||
- import_tasks: network-manager.yml
|
- import_tasks: network-manager.yml
|
||||||
|
|
||||||
- import_tasks: nextcloud.yml
|
- import_tasks: nextcloud.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user