From ae62a2b93615655d148bf975b0d07a86f7198f78 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 30 Nov 2024 13:13:06 +0100 Subject: [PATCH] activating all roles for amd gnome configuration --- ansible/amd-gnome.yml | 46 +++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/ansible/amd-gnome.yml b/ansible/amd-gnome.yml index 77d2982..37efa7d 100644 --- a/ansible/amd-gnome.yml +++ b/ansible/amd-gnome.yml @@ -6,27 +6,27 @@ ansible_python_interpreter: auto_silent gather_facts: true roles: - # - reflector - # - base - # - amd - # - git - # - xorg - # - fish - # - fontconfig - # - kitty - # - felix - # - vifm - # - tmux - # - neovim + - reflector + - base + - amd + - git + - xorg + - fish + - fontconfig + - kitty + - felix + - vifm + - tmux + - neovim - helix - # - browsers - # - privateinternetaccess - # - ufw - # - cmus - # - pipewire - # - hostname - # - timezone - # - locale - # - network - # - docker - # - gnome + - browsers + - privateinternetaccess + - ufw + - cmus + - pipewire + - hostname + - timezone + - locale + - network + - docker + - gnome