Removed app armor

This commit is contained in:
Egon Rijpkema 2018-05-04 15:40:38 +02:00
parent 2effda6f58
commit 9af8291517
1 changed files with 10 additions and 7 deletions

View File

@ -10,13 +10,13 @@
- name: common | install packages
apt: pkg={{ item }} state=latest update_cache=yes
with_items:
- curl
- htop
- molly-guard
- sudo
- tree
- vim
- python-simplejson
- curl
- htop
- molly-guard
- sudo
- tree
- vim
- python-simplejson
- name: sshd_config
file:
@ -26,4 +26,7 @@
owner: root
group: root
- name: disable apparmor
apt: pkg=apparmor state=absent
- include: docker.yml