Add pwgen

This commit is contained in:
paul 2020-08-11 00:01:26 +02:00
parent aeca7c84dd
commit 85a0fc8cd2

View file

@ -2,6 +2,7 @@
- name: Install goodies - name: Install goodies
apt: pkg={{ item }} state=present apt: pkg={{ item }} state=present
with_items: with_items:
- pwgen
- apticron - apticron
- unattended-upgrades - unattended-upgrades
- htop - htop