ansible: remove cutpasted docstring

This commit is contained in:
David Wilson 2019-08-02 04:05:28 +01:00
parent 619f4dee07
commit 6b4bcf4fe0
1 changed files with 0 additions and 8 deletions

View File

@ -26,14 +26,6 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
"""
Classes to detect each case from [0] and prepare arguments necessary for the
corresponding Runner class within the target, including preloading requisite
files/modules known missing.
[0] "Ansible Module Architecture", developing_program_flow_modules.html
"""
from __future__ import absolute_import
from __future__ import unicode_literals