ceph/teuthology/task/nop.py

11 lines
126 B
Python

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