Remove unneeded framework_manjaro tasks

BTRFS backup is handled by duplicity and timeshift and no longer needed.
Furthermore, no swap is required for my use case.
This commit is contained in:
ducoterra
2022-02-10 11:37:52 -05:00
parent 56ae335b60
commit 2ca110134a

View File

@@ -32,22 +32,19 @@
roles:
- role: swap
tags: ["swap"]
- role: openssh
tags: ["openssh"]
- role: dnet_ca
tags: ["dnet_ca"]
- role: arch_certificates
tags: ["arch_certificates"]
- role: hardware_tools
- role: arch_hardware_tools
tags: ["hardware_tools"]
- role: developer_tools
- role: arch_developer_tools
tags: ["developer_tools"]
- role: daily_drivers
- role: arch_daily_drivers
tags: ["daily_drivers"]
- role: work_tools
@@ -64,6 +61,3 @@
- role: minecraft
tags: ["minecraft"]
- role: btrfs_backups
tags: ["btrfs_backups"]