Commit af7b1829 by Erick Yellott

Typo fix from `accelerated: true` to `accelerate: true`

parent 022918e5
...@@ -48,12 +48,12 @@ author: James Cammarata ...@@ -48,12 +48,12 @@ author: James Cammarata
''' '''
EXAMPLES = ''' 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 # 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 # subsequent actions will be conducted over the raw socket connection using AES encryption
- hosts: devservers - hosts: devservers
accelerated: true accelerate: true
tasks: tasks:
- command: /usr/bin/anything - command: /usr/bin/anything
''' '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment