ceph/teuthology/task/nop.py
2011-06-06 14:22:49 -07:00

11 lines
126 B
Python

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