Giter VIP home page Giter VIP logo

Comments (4)

Neobis-Ludo avatar Neobis-Ludo commented on July 16, 2024

Same here. It happened to me right after applying the suggested fix for this SSH keys issue. No clue if it is related, just starting out with ansible/yaml.

[edit]
FYI: I just reprovisioned an existing VM.

from ansible-odoo.

Neobis-Ludo avatar Neobis-Ludo commented on July 16, 2024

Just did some small testing, and got it to work when I commented out the section of "Remote Postgres" from main.yml (line 33).
So apparently it tries to run both the local as well as the remote config. However, my knowledge of ansible is not good enough to explain why or how it could be fixed.

So this part:

#- include: postgresql_remote.yml

when: odoo_config_db_host not in [False, 'localhost', '127.0.0.1']

tags:

- odoo

- odoo_postgresql

- odoo_postgresql_remote

from ansible-odoo.

djowett avatar djowett commented on July 16, 2024

@Neobis-Ludo good spot! I did some poking about and I'm pretty sure the issue is related to using delegate_to: with a variable that is sometimes false, where the when clause that is meant to prevent that isn't evaluated before the delegate_to clause. In that way it's a similar problem to #35

from ansible-odoo.

sebalix avatar sebalix commented on July 16, 2024

Fixed by #47 , thank you for your report!

from ansible-odoo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.