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