diff --git a/awx_collection/plugins/modules/tower_credential.py b/awx_collection/plugins/modules/tower_credential.py index 3f32161f82..4825324690 100644 --- a/awx_collection/plugins/modules/tower_credential.py +++ b/awx_collection/plugins/modules/tower_credential.py @@ -272,7 +272,7 @@ EXAMPLES = ''' from ..module_utils.tower_api import TowerModule KIND_CHOICES = { - 'aws':'Amazon Web Services', + 'aws': 'Amazon Web Services', 'tower': 'Ansible Tower', 'gce': 'Google Compute Engine', 'azure_rm': 'Microsoft Azure Resource Manager',