mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +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
|
- name: Disable apparmor -- on by default in ubuntu
|
||||||
service: name=apparmor enabled=False state=stopped
|
service: name=apparmor enabled=False state=stopped
|
||||||
when: is_ubuntu
|
when: is_ubuntu
|
||||||
|
ignore_errors: true
|
||||||
|
|
||||||
- name: Disable selinux on next boot
|
- name: Disable selinux on next boot
|
||||||
selinux: state=disabled
|
selinux: state=disabled
|
||||||
|
|
Loading…
Reference in a new issue