ansible: install some usefull tools

Signed-off-by: Thomas Schmid <tom@binary-kitchen.de>
This commit is contained in:
Thomas 2019-06-26 00:04:28 +02:00 committed by Ralf Ramsauer
parent f6cbca5bf2
commit 0c1694546e
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
---
- name: Install some essential packages
pacman:
name: ['vim','htop','screen']
state: present
- name: Install unclutter
pacman:
name: unclutter

View File

@ -1,7 +1,7 @@
---
- name: Install some essential packages
pacman:
name: ['git','base-devel','sudo','vim']
name: ['git','base-devel','sudo']
state: present
- name: Create doorlock user