From ba809ab7356bc3d6cab38cc288a073d86bcb1d21 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 5 Feb 2025 12:06:54 +0100 Subject: [PATCH] commented out to test syncthing --- ansible/amd-gnome.yml | 51 ++++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/ansible/amd-gnome.yml b/ansible/amd-gnome.yml index 5d43f9d..0a298bf 100644 --- a/ansible/amd-gnome.yml +++ b/ansible/amd-gnome.yml @@ -6,28 +6,29 @@ ansible_python_interpreter: auto_silent gather_facts: true roles: - - reflector - - base - - amd - - git - - markdown-table-align - - xorg - - fish - - fontconfig - - kitty - - felix - - vifm - - tmux - - neovim - - helix - - browsers - - privateinternetaccess - - ufw - - cmus - - pipewire - - hostname - - timezone - - locale - - network - - docker - - gnome + # - reflector + # - base + # - amd + - syncthing + # - git + # - markdown-table-align + # - xorg + # - fish + # - fontconfig + # - kitty + # - felix + # - vifm + # - tmux + # - neovim + # - helix + # - browsers + # - privateinternetaccess + # - ufw + # - cmus + # - pipewire + # - hostname + # - timezone + # - locale + # - network + # - docker + # - gnome