-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
No core files deployed using git since Ansible 1.8.2 #8
Comments
Ok, I remember why I put the So, |
That's how I've set up my extra repos, but it feels awkward (I had to |
I agree, but in a day-to-day work, I don't want to pick a changeset hash on the remote repo and update my Ansible configuration, as we make releases manually on the server. What if we add an option to ensure |
I'm trying to use Ansible mainly to bootstrap/resync my development Still, I see your point, and when I bootstrap the production server I do
An option for If that's too much trouble, you may just close this issue and I'll take |
That's right, by default it should be I will add two options |
…he repository checkout. A checkout will always occured on the first playbook run, even with (fix issue OCA#8).
…lt to True) to have more control on the repository checkout. A checkout will always occured on the first playbook run, even with 'odoo_repo_update: False' (fix issue OCA#8).
…ntrol on the repository checkout. A checkout will always occured on the first playbook run, even with 'odoo_repo_update: False' (fix issue OCA#8).
Finally, I just added one option You can check my branch fix-issue-8 |
[IMP] New option 'odoo_repo_update' (default to True) to have more control on the repository checkout (fix issue #8)
Thanks, for the moment I've switch to a custom play to deploy all my git repos because of #2 but I think what you did is OK. |
…ntrol on the repository checkout. A checkout will always occured on the first playbook run, even with 'odoo_repo_update: False' (fix issue OCA#8).
Ansible recently made it so that "git: update=no" does not make a checkout anymore (ansible/ansible@28f6a18).
So currently the playbook does not deploy the git repo when configured for it.
The text was updated successfully, but these errors were encountered: