diff options
author | Alan Rominger <arominge@redhat.com> | 2020-02-17 15:20:54 +0100 |
---|---|---|
committer | beeankha <beeankha@gmail.com> | 2020-02-26 15:26:22 +0100 |
commit | 2e4e687d694c9b559189224e785ae7c104145bb4 (patch) | |
tree | a3a551fdf8fbbf5608b4612f51b4646a1b0c94b2 /awx_collection/plugins/doc_fragments/auth.py | |
parent | Making variables work for hosts (diff) | |
download | awx-2e4e687d694c9b559189224e785ae7c104145bb4.tar.xz awx-2e4e687d694c9b559189224e785ae7c104145bb4.zip |
Optional tower cli (#3)
* Allow running tests without tower_cli
* patch up test mutability
* Fix test import error, warning mock
* flake8 error
Update documentation for non-converted modules
Diffstat (limited to 'awx_collection/plugins/doc_fragments/auth.py')
-rw-r--r-- | awx_collection/plugins/doc_fragments/auth.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/awx_collection/plugins/doc_fragments/auth.py b/awx_collection/plugins/doc_fragments/auth.py index 4187a17b2a..bc02d5f420 100644 --- a/awx_collection/plugins/doc_fragments/auth.py +++ b/awx_collection/plugins/doc_fragments/auth.py @@ -36,9 +36,6 @@ options: - Path to the Tower or AWX config file. type: path -requirements: -- ansible-tower-cli >= 3.0.2 - notes: - If no I(config_file) is provided we will attempt to use the tower-cli library defaults to find your Tower host information. |