mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 10:40:32 -07:00
Update docs for github_app_access_token.py (#9152)
* Update github_app_access_token.py updating docs - github_token missing {{ }} * Update plugins/lookup/github_app_access_token.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
54194ccb24
commit
5a9715874a
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ EXAMPLES = '''
|
||||||
dest: /srv/checkout
|
dest: /srv/checkout
|
||||||
vars:
|
vars:
|
||||||
github_token: >-
|
github_token: >-
|
||||||
lookup('community.general.github_app_access_token', key_path='/home/to_your/key',
|
{{ lookup('community.general.github_app_access_token', key_path='/home/to_your/key',
|
||||||
app_id='123456', installation_id='64209')
|
app_id='123456', installation_id='64209') }}
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
|
|
Loading…
Add table
Reference in a new issue