mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Native YAML, improve quotation (#3643)
This commit is contained in:
parent
8b31d48410
commit
7d1a006629
11 changed files with 69 additions and 60 deletions
|
@ -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 }}'
|
||||
'''
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue