From 96bb949ea8124f2aaab3076ce8233d1d2a8c9183 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Mon, 17 Mar 2025 10:58:41 +0100 Subject: [PATCH] feat: add httpie to global Ansible tasks --- config/ansible/tasks/global/global.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/ansible/tasks/global/global.yml b/config/ansible/tasks/global/global.yml index 0e33d9b..19004ce 100644 --- a/config/ansible/tasks/global/global.yml +++ b/config/ansible/tasks/global/global.yml @@ -35,6 +35,7 @@ - trash-cli - curl - wget + - httpie # Python is used for the dotfiles CLI tools - python3 - python3-pip