-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added flag to enable htaccess rewritebase #15
Added flag to enable htaccess rewritebase #15
Conversation
|
|
I have some issues with the condition for running "occ maintenance:update:htaccess": This is the output:
Then when condition is here: https://github.com/owncloud-ansible/owncloud/pull/15/files#diff-8f75a630e519e3c8689f860696b06c61R50 According to the debug output above that uses the same conditions, the "when" condition should evaluate to If I explicitly write |
|
problem with the condition solved: I was assuming that the value of "owncloud_rewrite_base_enabled" was a boolean but it was actually a string... |
I guess this needs a complete rewrite to fix #14 |
Fixes #14