mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
@@ -52,12 +52,12 @@ options:
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: Install a package
|
||||
pkgutil:
|
||||
community.general.pkgutil:
|
||||
name: CSWcommon
|
||||
state: present
|
||||
|
||||
- name: Install a package from a specific repository
|
||||
pkgutil:
|
||||
community.general.pkgutil:
|
||||
name: CSWnrpe
|
||||
site: 'ftp://myinternal.repo/opencsw/kiel'
|
||||
state: latest
|
||||
|
||||
Reference in New Issue
Block a user