mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
add bat
This commit is contained in:
parent
8fabb426d5
commit
e7ca988aa9
2 changed files with 11 additions and 0 deletions
10
roles/bat/tasks/main.yml
Normal file
10
roles/bat/tasks/main.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
- name: Install bat
|
||||
pacman:
|
||||
name: bat
|
||||
state: present
|
||||
|
||||
- name: Install bat-extras
|
||||
pacman:
|
||||
name: bat-extras
|
||||
state: present
|
||||
Loading…
Add table
Add a link
Reference in a new issue