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

pull/4157/head
Erick Yellott 11 years ago
parent 022918e5af
commit af7b182958

@ -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…
Cancel
Save