workstation/roles/opensuse-leap/tasks/packages-cli.yml

32 lines
529 B
YAML
Raw Normal View History

2020-11-11 10:20:43 +00:00
---
# The zypper module requires python-xml on openSUSE.
- name: Install CLI packages
become: true
zypper:
name: '{{ packages }}'
state: present
vars:
packages:
- ansible
- aspell-en
- bc
- bind-utils
- clang
- git
- gpg2
- lldb
- mc
- nmap
- nodejs10
- onedrive
- openssh
- python-xml
- python3
- python3-psutil
- ruby2.5-rubygem-asciidoctor
- sqlite3
- sudo
- tmux
- vim
- zsh