diff --git a/lib/ansible/modules/windows/win_dsc.py b/lib/ansible/modules/windows/win_dsc.py index ea5469096c4..4d72e64e209 100644 --- a/lib/ansible/modules/windows/win_dsc.py +++ b/lib/ansible/modules/windows/win_dsc.py @@ -98,7 +98,7 @@ EXAMPLES = r''' ValueName: TestValue ValueData: TestData PsDscRunAsCredential_username: '{{ansible_user}}' - PsDscRunAsCredentual_password: '{{ansible_password}}' + PsDscRunAsCredential_password: '{{ansible_password}}' no_log: true - name: Create file with multiple attributes