Resolving differences in core modules post-merge

This commit is contained in:
James Cammarata 2016-12-07 21:33:38 -05:00 committed by Matt Clay
parent 95d59b61eb
commit 8afa090417
115 changed files with 2651 additions and 17913 deletions

View file

@ -26,7 +26,6 @@ ANSIBLE_METADATA = {'status': ['stableinterface'],
DOCUMENTATION = '''
---
module: command
version_added: historical
short_description: Executes a command on a remote node
version_added: historical
description:
@ -42,7 +41,6 @@ options:
See the examples!
required: true
default: null
aliases: []
creates:
description:
- a filename or (since 2.0) glob pattern, when it already exists, this step will B(not) be run.