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:
parent
0d171c9cc7
commit
e0c6a84bff
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue