-
Notifications
You must be signed in to change notification settings - Fork 72
Closed as not planned
Labels
StaleSubject: Ansible PlaybookRelated to the maintenance and upkeep associated with an Ansible Playbook for Islandora. Always alsoRelated to the maintenance and upkeep associated with an Ansible Playbook for Islandora. Always also
Description
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.
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
Labels
StaleSubject: Ansible PlaybookRelated to the maintenance and upkeep associated with an Ansible Playbook for Islandora. Always alsoRelated to the maintenance and upkeep associated with an Ansible Playbook for Islandora. Always also
Type
Projects
Status
Done