From a2a5dd2edb241c4ed14c7dd63bcedcb8fadc66dc Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Mon, 18 Nov 2024 15:06:32 +0100 Subject: [PATCH] fix(bootstrap): remove the ptyxis didn't like it in the end Signed-off-by: Matej Focko --- playbooks/bootstrap.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/playbooks/bootstrap.yml b/playbooks/bootstrap.yml index 4278560..f8bf6d7 100644 --- a/playbooks/bootstrap.yml +++ b/playbooks/bootstrap.yml @@ -72,11 +72,6 @@ - role: terminals/kitty tags: kitty - # Install Ptyxis terminal - - role: terminals/ptyxis - when: ansible_distribution != "Ubuntu" - tags: ptyxis - # Install fonts - role: fonts tags: fonts