crowdsec/test/ansible/debug_tools.yml
alteredCoder 84b6570554 Revert "Merge remote-tracking branch 'origin' into coraza_poc_acquis"
This reverts commit 7098e971c7, reversing
changes made to 13512891e4.
2023-07-04 18:46:20 +02: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