mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
@@ -59,7 +59,7 @@ notes:
|
||||
|
||||
EXAMPLES = r'''
|
||||
- name: Create access key
|
||||
bitbucket_access_key:
|
||||
community.general.bitbucket_access_key:
|
||||
repository: 'bitbucket-repo'
|
||||
username: bitbucket_username
|
||||
key: '{{lookup("file", "bitbucket.pub") }}'
|
||||
@@ -67,7 +67,7 @@ EXAMPLES = r'''
|
||||
state: present
|
||||
|
||||
- name: Delete access key
|
||||
bitbucket_access_key:
|
||||
community.general.bitbucket_access_key:
|
||||
repository: bitbucket-repo
|
||||
username: bitbucket_username
|
||||
label: Bitbucket
|
||||
|
||||
Reference in New Issue
Block a user