Remove duplicate documentation fields

This commit is contained in:
Toshio Kuratomi 2016-01-28 09:24:02 -08:00 committed by Matt Clay
parent ceba43e701
commit f6aa1ff9a4
8 changed files with 8 additions and 23 deletions

View file

@ -76,7 +76,6 @@ options:
description:
- if command warnings are on in ansible.cfg, do not warn about this particular line if set to no/false.
required: false
default: True
notes:
- If you want to run a command through the shell (say you are using C(<),
C(>), C(|), etc), you actually want the M(shell) module instead. The