From c32aef74d5cd023cce3e2022aca4077944a60ddb Mon Sep 17 00:00:00 2001 From: Filippo Civiletti Date: Wed, 9 May 2018 13:55:17 +0200 Subject: [PATCH] expect: Fix typo in examples (#39900) --- lib/ansible/modules/commands/expect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/commands/expect.py b/lib/ansible/modules/commands/expect.py index 6538a4fda23..e75184fb843 100644 --- a/lib/ansible/modules/commands/expect.py +++ b/lib/ansible/modules/commands/expect.py @@ -71,7 +71,7 @@ author: "Matt Martz (@sivel)" ''' EXAMPLES = r''' -- name: Case insensitve password string match +- name: Case insensitive password string match expect: command: passwd username responses: