From 5fb61ca8fcbe7fb5679b1377e6ecda6299ba80a3 Mon Sep 17 00:00:00 2001 From: ProgramSnail Date: Mon, 11 Aug 2025 15:06:33 +0300 Subject: [PATCH] update gitignore, add htop --- .gitignore | 2 ++ roles/installs/tasks/cli.yml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f417b60..c721cdb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ **.ssh +galaxy_cache/ +.ansible/ diff --git a/roles/installs/tasks/cli.yml b/roles/installs/tasks/cli.yml index f16ae02..13db513 100644 --- a/roles/installs/tasks/cli.yml +++ b/roles/installs/tasks/cli.yml @@ -1,11 +1,12 @@ - name: Install cli tools ansible.builtin.dnf5: name: - # shells & shell utils + # shells & common utils - bash - fish - trash-cli - bat + - htop # dev utils - just