From 143831ffd058baf990293ec8fbefac5f340399bd Mon Sep 17 00:00:00 2001 From: Bianca Henderson Date: Wed, 21 Oct 2020 12:21:30 -0400 Subject: [PATCH] Add required whitespace --- awx_collection/plugins/modules/tower_credential.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',