1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix plugin call in example (#8114)

This commit is contained in:
Kristof Wevers 2024-03-20 08:15:38 +01:00 committed by GitHub
parent 6298ad4faa
commit 69ab5eb110
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ EXAMPLES = '''
dest: /srv/checkout
vars:
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')
'''