mirror of
https://github.com/ceph/ceph
synced 2024-12-13 23:17:07 +00:00
11 lines
126 B
Python
11 lines
126 B
Python
def task(ctx, config):
|
|
"""
|
|
This task does nothing.
|
|
|
|
For example::
|
|
|
|
tasks:
|
|
- nop:
|
|
"""
|
|
pass
|