mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
This code:
```
if name.endswith('.tar.gz') or name.endswith('.tar.bz2') or
name.endswith('.zip'):
is_tar = True
```
was not checking whether name is defined since it is an
optional param.
|
||
|---|---|---|
| .. | ||
| apt | ||
| apt_key | ||
| apt_repository | ||
| easy_install | ||
| gem | ||
| homebrew | ||
| macports | ||
| npm | ||
| openbsd_pkg | ||
| opkg | ||
| pacman | ||
| pip | ||
| pkgin | ||
| pkgng | ||
| rhn_channel | ||
| svr4pkg | ||
| yum | ||