Native YAML, improve quotation (#3643)

This commit is contained in:
Fabio Alessandro Locati 2016-12-05 04:15:23 +00:00 committed by Matt Clay
parent 8b31d48410
commit 7d1a006629
11 changed files with 69 additions and 60 deletions

View file

@ -78,9 +78,9 @@ EXAMPLES = '''
- name: Authorize key with GitHub
local_action:
module: github_key
name: 'Access Key for Some Machine'
token: '{{github_access_token}}'
pubkey: '{{ssh_pub_key.stdout}}'
name: Access Key for Some Machine
token: '{{ github_access_token }}'
pubkey: '{{ ssh_pub_key.stdout }}'
'''