`warn` arg to `ansible.builtin.command` not supported in ansible v2.14.5
Closed this issue · 3 comments
LandonTClipp commented
TASK [cjw296.createtag : Fetch existing tags] ***********************************************************************************
task path: /home/lclipp/git/linux/duxford/ansible/downloaded_roles/cjw296.createtag/tasks/main.yml:1
fatal: [localhost]: 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."}
https://github.com/ansible/ansible/blob/v2.11.0/changelogs/CHANGELOG-v2.11.rst#deprecated-features
cjw296 commented
Any chance you could stick with an earlier version of Ansible?
If not, a PR with the fix for this would be very gratefully received.
LandonTClipp commented
@cjw296 PR submitted, lmk what you think. Thanks!
cjw296 commented
I believe there's an internal repo you'll want to mirror the 1.3.0 tag into.