Skip to content

miniconda role fails when removing conda-curl #44

@cehbrecht

Description

@cehbrecht

This issue was reported by @agstephens.

The first time I ran:

ansible-playbook -c local -i hosts playbook.yml

I got a failure as follows:


The error appears to have been in '/vagrant-share/ansible/ansible-wps-playbook/roles/andrewrothstein.miniconda/tasks/main.yml': line 51, column 3, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:


- name: remove conda-curl since it conflicts with the system curl

My fix was to entirely comment out the task
remove conda-curl since it conflicts with the system curl
in the following role:
roles/andrewrothstein.miniconda/tasks/main.yml

I then re-ran: ansible-playbook -c local -i hosts playbook.yml and it works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions