From 19f77faf7b625ac567f082cb542ba40441c7a93f Mon Sep 17 00:00:00 2001 From: GurTelem <49146597+GurTelem@users.noreply.github.com> Date: Thu, 2 Jan 2020 07:00:01 -0800 Subject: [PATCH] Fixed typo in vultur module (#66159) Changed `exmaple` to `example` --- lib/ansible/modules/cloud/vultr/vultr_user.py | 2 +- lib/ansible/modules/cloud/vultr/vultr_user_info.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/vultr/vultr_user.py b/lib/ansible/modules/cloud/vultr/vultr_user.py index f1373b2bd50..2c72bfd183d 100644 --- a/lib/ansible/modules/cloud/vultr/vultr_user.py +++ b/lib/ansible/modules/cloud/vultr/vultr_user.py @@ -148,7 +148,7 @@ vultr_user: description: Email of the user. returned: success type: str - sample: "john@exmaple.com" + sample: "john@example.com" api_enabled: description: Whether the API is enabled or not. returned: success diff --git a/lib/ansible/modules/cloud/vultr/vultr_user_info.py b/lib/ansible/modules/cloud/vultr/vultr_user_info.py index 6e850cd86b5..65e21cca111 100644 --- a/lib/ansible/modules/cloud/vultr/vultr_user_info.py +++ b/lib/ansible/modules/cloud/vultr/vultr_user_info.py @@ -92,7 +92,7 @@ vultr_user_info: description: Email of the user. returned: success type: str - sample: "john@exmaple.com" + sample: "john@example.com" api_enabled: description: Whether the API is enabled or not. returned: success