mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-03 07:41:30 -07:00
update doc string
This commit is contained in:
parent
649e6f42b7
commit
24fb52c83b
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ EXAMPLES = '''
|
||||||
- name: Delete Kinesis Stream test-stream and wait for it to finish deleting.
|
- name: Delete Kinesis Stream test-stream and wait for it to finish deleting.
|
||||||
kinesis_stream:
|
kinesis_stream:
|
||||||
name: test-stream
|
name: test-stream
|
||||||
|
state: absent
|
||||||
wait: yes
|
wait: yes
|
||||||
wait_timeout: 600
|
wait_timeout: 600
|
||||||
register: test_stream
|
register: test_stream
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue