Seeing this failure, probably isolated to me since I do this a lot, but I already had /tmp/ansible-service-broker present on my local system, so it failed to clone the broker:
TASK [ansible_service_broker_setup : git clone ansible-service-broker] *********
fatal: [localhost]: FAILED! => {"changed": false, "cmd": "/usr/bin/git clone --origin origin https://github.com/fusor/ansible-service-broker.git /tmp/ansible-service-broker", "failed": true, "msg": "fatal: destination path '/tmp/ansible-service-broker' already exists and is not an empty directory.", "rc": 128, "stderr": "fatal: destination path '/tmp/ansible-service-broker' already exists and is not an empty directory.\n", "stdout": "", "stdout_lines": []}
to retry, use: --limit @/tmp/retry/setup_local_environment.retry
Seeing this failure, probably isolated to me since I do this a lot, but I already had
/tmp/ansible-service-broker
present on my local system, so it failed to clone the broker: