roles/common: Fix typo

This commit is contained in:
Alan Orth 2018-12-20 09:38:10 +02:00
parent 400926821c
commit 67172138a1
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -30,7 +30,6 @@
- name: Install base packages
apt: pkg={{ ubuntu_base_packages }} state=present update_cache=yes
loop:
- name: Security hardening (CIS Benchmark 1.0)
apt: pkg={{ item }} state=absent purge=yes