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