mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #4157 from yellottyellott/fix_accelerated_typo
Typo fix from `accelerated: true` to `accelerate: true`
This commit is contained in:
commit
aa64aecbed
1 changed files with 2 additions and 2 deletions
|
@ -48,12 +48,12 @@ author: James Cammarata
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
# To use accelerate mode, simply add "accelerated: true" to your play. The initial
|
||||
# To use accelerate mode, simply add "accelerate: true" to your play. The initial
|
||||
# key exchange and starting up of the daemon will occur over SSH, but all commands and
|
||||
# subsequent actions will be conducted over the raw socket connection using AES encryption
|
||||
|
||||
- hosts: devservers
|
||||
accelerated: true
|
||||
accelerate: true
|
||||
tasks:
|
||||
- command: /usr/bin/anything
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue