add unclutter to ansible
This commit is contained in:
parent
7dafc80dbe
commit
a3ab71aa36
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue