1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2026-03-13 22:39:59 +00:00
parent 01ba6b99a8
commit 82e9bc962c
No known key found for this signature in database

View file

@ -48,8 +48,8 @@ options:
EXAMPLES = r"""
- name: List Github secret
github_secrets_info:
token: "{{ lookup('env', 'GITHUB_TOKEN') }}"
community.general.github_secrets_info:
token: "{{ lookup('ansible.builtin.env', 'GITHUB_TOKEN') }}"
repository: "ansible"
organization: "ansible"
"""