From f34a7c18f24ba5a563d2329d1964bc72afa96d76 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Sat, 21 Dec 2024 22:48:59 +0100 Subject: [PATCH] up snaps and variables --- automatisation/ansible/snaps.yml | 10 ++++------ workflow_variables.sh | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/automatisation/ansible/snaps.yml b/automatisation/ansible/snaps.yml index 644eda0..ceca82d 100644 --- a/automatisation/ansible/snaps.yml +++ b/automatisation/ansible/snaps.yml @@ -10,8 +10,9 @@ community.general.snap: name: - emacs - - blender - - rambox +# - czkawka +# - blender +# - rambox classic: true # - name: Install "blender" with option --classic # community.general.snap: @@ -21,9 +22,6 @@ # community.general.snap: # name: rambox # classic: true - - name: Install fslint - community.general.snap: - name: fslint-unofficial - name: Install "tor-mkg20001" community.general.snap: @@ -46,4 +44,4 @@ name: gephi # - name: Install "czkawka" to search for duplicate files # community.general.snap: -# name: czkawka \ No newline at end of file +# name: czkawka diff --git a/workflow_variables.sh b/workflow_variables.sh index 294ddab..520786e 100644 --- a/workflow_variables.sh +++ b/workflow_variables.sh @@ -84,7 +84,7 @@ if [ -z ${load_only_once+x} ]; then # --------- gestion des exclusions de rsync -------- # - EXCLUDE=( ".yarn" ".nvm" "cache" ".cache" "Cache" "Steam" "steamapps" ".npm" ".yarn" "node_modules" ".mozilla" "vendor" "Steam" ".rbenv" ".config/borg" "@eaDir" "steamapps" "bower_components" ".cargo" ".gem" ".BOINC") + EXCLUDE=( ".yarn" ".nvm" "cache" ".cache" "Cache" "Steam" "steamapps" ".npm" ".yarn" "node_modules" ".mozilla" "vendor" "Steam" ".rbenv" ".config/borg" "@eaDir" "steamapps" "bower_components" ".cargo" ".gem" ".BOINC" "*.pto") exclude_opts=() for item in "${EXCLUDE[@]}"; do exclude_opts+=( --exclude "$item" )