mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-28 14:23:10 +00:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
@@ -46,7 +46,7 @@ get_status:
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: Check if GitHub issue is closed or not
|
||||
github_issue:
|
||||
community.general.github_issue:
|
||||
organization: ansible
|
||||
repo: ansible
|
||||
issue: 23642
|
||||
|
||||
Reference in New Issue
Block a user