PeterMosmans / ansible-role-virtualbox-guest

Ansible role for building and installing VirtualBox guest additions
GNU General Public License v3.0
20 stars 22 forks source link

yum: do not use unsupported parameter warn #21

Closed tschoonj closed 4 years ago

tschoonj commented 4 years ago

The latest Ansible release appears to stop when encountering unsupported parameters.

    vagrant: TASK [PeterMosmans.virtualbox-guest : Install latest kernel and headers for CentOSes] ***
    vagrant: fatal: [default]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (dnf) module: warn Supported parameters include: allow_downgrade, autoremove, bugfix, conf_file, disable_excludes, disable_gpg_check, disable_plugin, disablerepo, download_dir, download_only, enable_plugin, enablerepo, exclude, install_repoquery, install_weak_deps, installroot, list, lock_timeout, name, releasever, security, skip_broken, state, update_cache, update_only, validate_certs"}
    vagrant:
PeterMosmans commented 4 years ago

Thanks @tschoonj , much appreciated.

tschoonj commented 4 years ago

You're most welcome!

Will you be making a new release with this fix soon?

PeterMosmans commented 4 years ago

Yeah, I'll bump the version number later today, so it will automatically be picked up by Galaxy.

tschoonj commented 4 years ago

Excellent! Thanks!