awx.awx collection modules should check for compatible version of awxkit

Created on 10 Sep 2020  路  1Comment  路  Source: ansible/awx

ISSUE TYPE
  • Bug Report
SUMMARY

Caused by #8108
@john-westcott-iv

awx.awx.tower_* modules should:

  1. Fail with error if awxkit is not installed
  2. Fail with error if awxkit does not include export/import functionality
ENVIRONMENT
  • AWX version: 14.1.0
  • AWX install method: K8s
  • Ansible version: 2.9.11
  • Operating System: Mac OSX
  • Web Browser: Chrome
STEPS TO REPRODUCE
  1. Run awx.awx.tower_export in a Python environment that does not have awxkit installed.
EXPECTED RESULTS

Task should fail due to missing awxkit dependency

ACTUAL RESULTS

Task fails with incorrect error message. See #8108 for details.

awx_collection medium bug

Most helpful comment

This has been fixed by https://github.com/ansible/awx/pull/8308 which I have confirmed with manual testing

>All comments

This has been fixed by https://github.com/ansible/awx/pull/8308 which I have confirmed with manual testing

Was this page helpful?
0 / 5 - 0 ratings