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,7 +52,7 @@ author:
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: Add a host named test-1
|
||||
stacki_host:
|
||||
community.general.stacki_host:
|
||||
name: test-1
|
||||
stacki_user: usr
|
||||
stacki_password: pwd
|
||||
@@ -62,7 +62,7 @@ EXAMPLES = '''
|
||||
prim_intf: eth0
|
||||
|
||||
- name: Remove a host named test-1
|
||||
stacki_host:
|
||||
community.general.stacki_host:
|
||||
name: test-1
|
||||
stacki_user: usr
|
||||
stacki_password: pwd
|
||||
|
||||
Reference in New Issue
Block a user