1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

don't fail if apparmor is not installed (#161)

This commit is contained in:
Jerry Vonau 2017-08-24 12:02:17 -05:00 committed by georgejhunt
parent 0d171c9cc7
commit e0c6a84bff

View file

@ -55,6 +55,7 @@
- name: Disable apparmor -- on by default in ubuntu
service: name=apparmor enabled=False state=stopped
when: is_ubuntu
ignore_errors: true
- name: Disable selinux on next boot
selinux: state=disabled