ceph/teuthology/task/nop.py

14 lines
144 B
Python

"""
Null task
"""
def task(ctx, config):
"""
This task does nothing.
For example::
tasks:
- nop:
"""
pass