mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #8114/69ab5eb1 backport][stable-8] Fix plugin call in example (#8120)
Fix plugin call in example (#8114)
(cherry picked from commit 69ab5eb110
)
Co-authored-by: Kristof Wevers <kwevers@users.noreply.github.com>
This commit is contained in:
parent
6071bbc200
commit
f751abf81d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ EXAMPLES = '''
|
||||||
dest: /srv/checkout
|
dest: /srv/checkout
|
||||||
vars:
|
vars:
|
||||||
github_token: >-
|
github_token: >-
|
||||||
lookup('github_app_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')
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue