From a3ab71aa36ed635a9eb44f7cb99b9d1fab11e2e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Wed, 18 Sep 2024 22:59:26 +0200 Subject: [PATCH] add unclutter to ansible --- setup-autocall.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup-autocall.yml b/setup-autocall.yml index db73529..33add59 100644 --- a/setup-autocall.yml +++ b/setup-autocall.yml @@ -33,11 +33,14 @@ global: yes state: present - - name: Update apt cache and install Git + - name: Update apt cache and install Git, unclutter apt: - name: git + name: "{{ item }}" state: present update_cache: yes + loop: + - git + - unclutter - name: Clone Git repository become: yes