Skip to content

Commit

Permalink
Pin jinja2 version in ansible instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Oct 13, 2023
1 parent 6a429c1 commit 923a4fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Installation instructions
.. code:: bash
sudo apt-get install virtualbox vagrant
sudo pip install ansible==2.9.10 jmespath
sudo pip install ansible==2.9.10 jmespath jinja2==3.0.3
Vagrant must be at least version 1.9. Check your version with:

Expand Down
2 changes: 1 addition & 1 deletion admin-manual/installation-setup/upgrading/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ with cloud based virtual machines, or physical servers.

.. code:: bash
sudo pip install ansible==2.9.10 jmespath
sudo pip install ansible==2.9.10 jmespath jinja2==3.0.3
#. Checkout the deployment repo:

Expand Down

0 comments on commit 923a4fe

Please sign in to comment.