mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Native YAML, improve quotation (#3643)
This commit is contained in:
committed by
Matt Clay
parent
8b31d48410
commit
7d1a006629
@@ -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 }}'
|
||||
'''
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user