-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working