First commit

This commit is contained in:
2018-08-22 20:42:52 +02:00
commit be6ea984b0
4 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
- name: Update and upgrade all packages
pacman:
update_cache: yes
upgrade: yes
- name: Install zsh
pacman:
name: zsh
state: present
- name: Install vim
pacman:
name: vim
state: present

2
tasks/users.yml Normal file
View File

@@ -0,0 +1,2 @@
---