Slightly trim down the warnings list based on some things being pretty common
for local usage.
This commit is contained in:
parent
9686385898
commit
83f06e4162
1 changed files with 0 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue