Skip to content

Ansible version problem #1245

@Parathantl

Description

@Parathantl

I cloned the claw git repository first and then installed ansible using these following commands

$ sudo apt update
$ sudo apt install software-properties-common
$ sudo apt-add-repository --yes --update ppa:ansible/ansible
$ sudo apt install ansible

but I got the error while doing vagrant up. It was related to ansible compilation error of import_module problem.

Screenshot from 2019-08-12 14-22-48

The
ansible version is 2.3.0
vagrant version 2.0.4
virtualbox version 5.2.18

Therefore, I tried to install the 2.8 version of ansible using the following commands

$ sudo apt-get install python-pip python-dev"
$ sudo -H pip install ansible==2.8

After updating ansible version I could solve that problem and installed claw successfully.

Metadata

Metadata

Assignees

No one assigned

    Labels

    StaleSubject: Ansible PlaybookRelated to the maintenance and upkeep associated with an Ansible Playbook for Islandora. Always also

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions