Removed app armor
This commit is contained in:
parent
2effda6f58
commit
9af8291517
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user