-
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
Fix: Defining app config values breaks ansible script execution #69
Comments
As we are using the market app to install further apps, we can only install new apps after the main installation. However, you are trying to install Which ownCloud install package are you using? I'm not sure whether the complete bundle even includes |
So you think there is no solution for this in which we can just change the order of execution in the Ansible script? |
Line 236 in 75bb315
The oc_app library within this playbook uses
I was thinking about this one too, yes you could do that one too. |
Last thing which came to my mind: What about inventing something like |
Yes, that might be a good idea. I think But we need to verify first, that it isn't needed before |
Who can verify this? |
I would recommend to either read the code, or try it out. Wasabi/Backblaze (among others) offer trial S3 access. |
If the S3 configuration is given in the
owncloud_config_extra
section like this:Ansible aborts the execution due to a class not found exception in
occ check
. A separate execution ofocc check
looks like this:The reason is that the apps are installed
owncloud/tasks/main.yml
Line 28 in 75bb315
owncloud/tasks/setup.yml
Line 117 in 75bb315
occ check
is executed inowncloud/tasks/setup.yml
Line 126 in 75bb315
The text was updated successfully, but these errors were encountered: