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
With recent Ansible the warn command seems to be deprecated. I get this error so far:
TASK [yaazkal.bastille : Unpacks custom Bastille version] ************************************ fatal: [host]: 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."}
Running ansible-core-2.15.2 which gives the error, with core-2.13.11 all is fine.
ansible-core-2.15.2
core-2.13.11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With recent Ansible the warn command seems to be deprecated. I get this error so far:
Running
ansible-core-2.15.2
which gives the error, withcore-2.13.11
all is fine.The text was updated successfully, but these errors were encountered: