mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-10-31 22:47:05 +01:00
ansible: install some usefull tools
Signed-off-by: Thomas Schmid <tom@binary-kitchen.de>
This commit is contained in:
parent
f6cbca5bf2
commit
0c1694546e
@ -1,4 +1,9 @@
|
|||||||
---
|
---
|
||||||
|
- name: Install some essential packages
|
||||||
|
pacman:
|
||||||
|
name: ['vim','htop','screen']
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Install unclutter
|
- name: Install unclutter
|
||||||
pacman:
|
pacman:
|
||||||
name: unclutter
|
name: unclutter
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- name: Install some essential packages
|
- name: Install some essential packages
|
||||||
pacman:
|
pacman:
|
||||||
name: ['git','base-devel','sudo','vim']
|
name: ['git','base-devel','sudo']
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Create doorlock user
|
- name: Create doorlock user
|
||||||
|
Loading…
Reference in New Issue
Block a user