use fully qualified inventory plugin name

This commit is contained in:
AlanCoding
2019-10-09 14:02:30 -04:00
parent 08df2cad68
commit 16ebfe3a63
3 changed files with 9 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ EXAMPLES = '''
# Example for using tower_inventory.yml file
plugin: tower
plugin: awx.awx.tower
host: your_ansible_tower_server_network_address
username: your_ansible_tower_username
password: your_ansible_tower_password
@@ -116,7 +116,7 @@ except ImportError:
class InventoryModule(BaseInventoryPlugin):
NAME = 'tower'
NAME = 'awx.awx.tower' # REPLACE
# Stays backward compatible with tower inventory script.
# If the user supplies '@tower_inventory' as path, the plugin will read from environment variables.
no_config_file_supplied = False