Added arch machine setup

This commit is contained in:
changeme 2020-06-21 19:58:45 +02:00
parent a6e047cc64
commit bc98f18417
5 changed files with 28 additions and 4 deletions

View file

@ -2,6 +2,8 @@
- name: install required packages
package:
name:
- python3
- python-pynvim
- neovim
- ripgrep
state: latest

View file

@ -1,8 +1,12 @@
---
- name: install tools
- name: install common tools
package:
name:
- tree
state: latest
- name: install debian tools
package:
name:
- aptitude
- tree
state: latest
when: ansible_facts["os_family"] == "Debian"