From 2ca110134a737d56f700354b6588d2897f275c77 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Thu, 10 Feb 2022 11:37:52 -0500 Subject: [PATCH] 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. --- ansible/framework_manjaro.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/ansible/framework_manjaro.yml b/ansible/framework_manjaro.yml index b874e07..b4634ff 100644 --- a/ansible/framework_manjaro.yml +++ b/ansible/framework_manjaro.yml @@ -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"]