mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-23 16:10:15 +00:00
16 lines
259 B
YAML
16 lines
259 B
YAML
---
|
|
- name: Install Bash
|
|
pacman: name={{ item }} state=present
|
|
with_items:
|
|
- bash
|
|
- bash-completion
|
|
tags:
|
|
- shell
|
|
|
|
- name: Install ZSH
|
|
pacman: name={{ item }} state=present
|
|
with_items:
|
|
- zsh
|
|
- zsh-completions
|
|
tags:
|
|
- shell
|