devops-coop / ansible-haproxy

Installs and configure HAProxy
Apache License 2.0
96 stars 97 forks source link

Fixed ansible galaxy dependencies error #18

Closed LavaToaster closed 9 years ago

LavaToaster commented 9 years ago
- executing: git clone https://github.com/FloeDesignTechnologies/ansible-haproxy ansible-haproxy
- executing: git archive --prefix=ansible-haproxy/ --output=/var/folders/40/1_7mkdwj20gdf3133bdhrwgm0000gn/T/tmpTp1ddK.tar HEAD
- extracting ansible-haproxy to /usr/local/etc/ansible/roles/ansible-haproxy

---
- ansible-haproxy was installed successfully
Traceback (most recent call last):
  File "/usr/local/Cellar/ansible/1.8.3/libexec/bin/ansible-galaxy", line 954, in <module>
    main()
  File "/usr/local/Cellar/ansible/1.8.3/libexec/bin/ansible-galaxy", line 948, in main
    fn(args, options, parser)
  File "/usr/local/Cellar/ansible/1.8.3/libexec/bin/ansible-galaxy", line 842, in execute_install
    role_dependencies = role_data['dependencies']
KeyError: 'dependencies'

Was getting the above when trying to install via ansible galaxy

PierrePaul commented 9 years ago

Thank you!