tasks:
- name: Start and enable vmtoolsd
yum: name=vmtoolsd state=started enabled=yes
How to resolve below error ?
fatal: [<IP_ADDRESS>]: FAILED! => {“changed”: false, “msg”: “Unsupported parameters for (yum) module: enabled 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, use_backend, validate_certs”}
racke
(Stefan Hornburg)
2
tasks:
- name: Start and enable vmtoolsd
yum: name=vmtoolsd state=started enabled=yes
How to resolve below error ?
fatal: [<IP_ADDRESS>]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (yum) module: enabled 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, use_backend,
validate_certs"}
The yum module installs packages but it is not managing services.
Regards
Racke