Skip to content

Ansible version inconsistency for Ubuntu setup #5203

Open
@hunhoffe

Description

@hunhoffe

Environment details:

  • Local Deployment
  • Ubuntu 18.04

Steps to reproduce the issue:

  1. View documentation & scripts

Provide the expected results and outputs:

I was trying to deploy OpenWhisk using ansible for the first time on Ubuntu 18.04. However, the setup was confusing due to conflicting documentation/scripts.

On the ansible page, it specifies versions:

sudo pip install ansible==4.1.0
sudo pip install jinja2==3.0.1

However, these are not the version that are installed as part of the Ubuntu setup scripts. The versions there are significantly older:

sudo pip install ansible==2.5.2
sudo pip install jinja2==2.9.6

I'd be happy to try updating the Ubuntu Setup scripts, however I wanted to ask first if there was a reason for using the older versions of ansible and jinja?

Also, is there any desire for updating for Ubuntu 20.04/python3?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions