We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
if i run the cluster playbook a second time i get an error regarding an unsupported parrameter
fatal: [cm001.cdp.lan]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (ansible.legacy.command) module: warn. Supported parameters include: _raw_params, _uses_shell, argv, chdir, creates, executable, removes, stdin, stdin_add_newline, strip_empty_ends."}
The error is provoked by the parameter warn
- name: yum-clean-metadata command: yum clean metadata args: warn: no
Regards
Uli
The text was updated successfully, but these errors were encountered:
There is a similar issue with
roles/cloudera_manager/license/tasks/enterpise.yml:
- name: Post license file to Cloudera Manager API shell: > curl --user {{ cloudera_manager_api_user }}:{{ cloudera_manager_api_password }} --request POST --header 'Content-Type:multipart/form-data' --form license=@{{ license_local_tmp_path }} {{ license_response.url }} args: warn: False register: response failed_when: "'owner' not in response.stdout" when: license_not_installed
Sorry, something went wrong.
Updated in #182
wmudge
Successfully merging a pull request may close this issue.
Hi all,
if i run the cluster playbook a second time i get an error regarding an unsupported parrameter
The error is provoked by the parameter warn
Regards
Uli
The text was updated successfully, but these errors were encountered: