Added arch machine setup
This commit is contained in:
parent
a6e047cc64
commit
bc98f18417
5 changed files with 28 additions and 4 deletions
|
@ -2,6 +2,8 @@
|
|||
- name: install required packages
|
||||
package:
|
||||
name:
|
||||
- python3
|
||||
- python-pynvim
|
||||
- neovim
|
||||
- ripgrep
|
||||
state: latest
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue