https://github.com/alancoding/-failed-awx-collection-awesome
https://github.com/alancoding/-failed-awx-collection-awesome
List: -failed-awx-collection-awesome
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alancoding/-failed-awx-collection-awesome
- Owner: AlanCoding
- Created: 2019-11-15T15:49:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T15:49:27.000Z (over 6 years ago)
- Last Synced: 2025-11-12T09:04:50.700Z (5 months ago)
- Language: Makefile
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### AWX collection with vendored dependency
This doesn't quite work, but it was a fun idea.
The idea was that we would package a collection that includes
tower-cli inside of the module_utils folder.
So, just pip install ansible-tower-cli to the module_utils folder
and then package that!
fails on
```
fatal: [localhost]: FAILED! => {
"msg": "Could not find imported module support code for tower_organization. Looked for either tower_cli.py or module_utils.py"
}
```
Current theory is that this is not supported by Ansible core
To (not) run this correctly
```
make awesome
```