Commit 00933329 authored by Mattia Rizzolo's avatar Mattia Rizzolo

common/apt: install screen and zsh

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 65b62fd9
...@@ -10,9 +10,10 @@ ...@@ -10,9 +10,10 @@
apt: apt:
name: "{{ item }}" name: "{{ item }}"
state: present state: present
with_items: with_items:
- iptables
- openssh-server
- python - python
- screen
- vim - vim
- openssh-server - zsh
- iptables
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment