crowdsec/test/ansible/debug_tools.yml
mmetc a19748ae35
Rename directory "tests" to "test" (#2094)
If you use a ./test/local directory, you need to create it again:
$ make clean bats-build bats-fixture
2023-03-03 15:54:49 +01:00

17 lines
330 B
YAML

# vim: set ft=yaml.ansible:
---
- name: "Install debug tools"
hosts: all
become: true
tasks:
- name: "Install debug tools"
ansible.builtin.apt:
pkg:
- kitty
- neovim
- zsh
- zsh-autosuggestions
- zsh-syntax-highlighting
- zsh-theme-powerlevel9k