Git Product home page Git Product logo

Comments (5)

Kariton avatar Kariton commented on August 18, 2024 1

Just noticed that my Jinja2 version does not fulfills the requirements.

# pip3 install Jinja2 --upgrade
ansible [core 2.11.6]
  python version = 3.6.8 (default, Sep 12 2021, 04:40:35) [GCC 8.4.1 20200928 (Red Hat 8.4.1-1)]
  jinja version = 3.0.2
  libyaml = True

Does work now!

Is there a way to implement a "requirements" check?

from ansible-role-nginx-config.

alessfg avatar alessfg commented on August 18, 2024 1

There probably is a way to implement a requirements check using the shell or command module, but there's a few other items on the roadmap with a higher priority. PRs are welcome though! 😄

from ansible-role-nginx-config.

sigbjornaib avatar sigbjornaib commented on August 18, 2024

Hi,

The Jinja version requirement breaks compatibility with the the standard execution environment in Ansible Automation Platform (Ansible Tower). A custom execution environment has to be built and maintained, just for the Jinja version requirement.

This is the default execution environment:

ansible [core 2.12.1]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/home/runner/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.8/site-packages/ansible
  ansible collection location = /home/runner/.ansible/collections:/usr/share/ansible/collections
  executable location = /usr/bin/ansible
  python version = 3.8.8 (default, Aug 11 2021, 06:52:42) [GCC 8.5.0 20210514 (Red Hat 8.5.0-3)]
  jinja version = 2.10.3
  libyaml = True

Would it be possible to make this role work with the standard available version of Jinja?

from ansible-role-nginx-config.

alessfg avatar alessfg commented on August 18, 2024

Hey @sigbjornaib!

Thanks for bringing this up! I did not realize this was the case -- let me follow up with Ansible and see if they have plans/when will they update Jinja2 to 2.11. Many of the built in checks rely on the boolean test and while they can be backported, I would rather keep it as is for code cleanliness.

from ansible-role-nginx-config.

alessfg avatar alessfg commented on August 18, 2024

Looks like the minimum Jinja2 version will be updated to 3.x with ansible-core 2.13 due for release sometime in spring. As such, and while I do understand that it's not ideal to have to create and maintain a custom execution environment, I don't think the best path forward is backporting these templates. I would probably advise using a pre_task to update the Jinja2 version instead.

from ansible-role-nginx-config.

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.