rbicker / ansible-nextcloud

nextcloud ansible role
24 stars 18 forks source link

SELINUX fix, crontabs missing fix #1

Closed boxrick closed 7 years ago

boxrick commented 7 years ago

Running this on a test container which is fairly minimal. It errored at the lack of cron and wasn't happy SELINUX was disabled.

I have added workarounds for both of these:

Added crontabs requirement Added in a check for SELINUX incase it is not being used on the host, then skips tasks that use SELINUX modules.