mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
fqcn
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
01ba6b99a8
commit
82e9bc962c
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue