mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
expect: Fix typo in examples (#39900)
This commit is contained in:
parent
82b9c7c518
commit
c32aef74d5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue