diff --git a/docs/docsite/rst/dev_guide/developing_modules_general.rst b/docs/docsite/rst/dev_guide/developing_modules_general.rst index 42725b6609f..ce461d58c99 100644 --- a/docs/docsite/rst/dev_guide/developing_modules_general.rst +++ b/docs/docsite/rst/dev_guide/developing_modules_general.rst @@ -307,5 +307,5 @@ use the ``#ansible`` channel. Credit ====== -Thank you to Thomas Stringer (`@tstringer `_) for contributing source +Thank you to Thomas Stringer (`@trstringer `_) for contributing source material for this topic. diff --git a/lib/ansible/modules/cloud/azure/azure_rm_functionapp.py b/lib/ansible/modules/cloud/azure/azure_rm_functionapp.py index 2a936260edd..ad7a0320f6f 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_functionapp.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_functionapp.py @@ -81,7 +81,7 @@ extends_documentation_fragment: - azure_tags author: - - "Thomas Stringer (@tstringer)" + - "Thomas Stringer (@trstringer)" ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/cloud/azure/azure_rm_functionapp_facts.py b/lib/ansible/modules/cloud/azure/azure_rm_functionapp_facts.py index fee2f80c19f..91df7de7a6d 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_functionapp_facts.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_functionapp_facts.py @@ -37,7 +37,7 @@ extends_documentation_fragment: - azure author: - - "Thomas Stringer (@tstringer)" + - "Thomas Stringer (@trstringer)" ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/cloud/azure/azure_rm_loadbalancer.py b/lib/ansible/modules/cloud/azure/azure_rm_loadbalancer.py index 2289258b794..3e15607d825 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_loadbalancer.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_loadbalancer.py @@ -332,7 +332,7 @@ extends_documentation_fragment: - azure_tags author: - - "Thomas Stringer (@tstringer)" + - "Thomas Stringer (@trstringer)" - "Yuwei Zhou (@yuwzho)" ''' diff --git a/lib/ansible/modules/cloud/azure/azure_rm_loadbalancer_facts.py b/lib/ansible/modules/cloud/azure/azure_rm_loadbalancer_facts.py index 5a9b5640a1d..4202a186c46 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_loadbalancer_facts.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_loadbalancer_facts.py @@ -39,7 +39,7 @@ extends_documentation_fragment: - azure author: - - "Thomas Stringer (@tstringer)" + - "Thomas Stringer (@trstringer)" ''' EXAMPLES = '''