Slightly trim down the warnings list based on some things being pretty common

for local usage.
This commit is contained in:
Michael DeHaan 2014-08-22 15:25:57 -04:00
parent 9686385898
commit 83f06e4162

View file

@ -125,7 +125,6 @@ def check_command(commandline):
'svn': 'subversion', 'service': 'service',
'mount': 'mount', 'rpm': 'yum', 'yum': 'yum', 'apt-get': 'apt-get',
'tar': 'unarchive', 'unzip': 'unarchive', 'sed': 'template or lineinfile',
'echo': 'template or lineinfile', 'cp': 'synchronize or copy',
'rsync': 'synchronize' }
warnings = list()
command = os.path.basename(commandline.split()[0])