mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-15 17:40:50 -07:00
Slightly trim down the warnings list based on some things being pretty common
for local usage.
This commit is contained in:
parent
ab8490d003
commit
fcb610dec4
3 changed files with 9 additions and 2 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…
Add table
Add a link
Reference in a new issue