cmd_runner: deprecate fmt as the name for the format class (#4777)

* cmd_runner: deprecate fmt as the name for the format class

* added changelog fragment

* fixing the deprecation comment
This commit is contained in:
Alexei Znamensky 2022-06-06 04:37:59 +12:00 committed by GitHub
commit 2d38c8d892
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 3 deletions

View file

@ -0,0 +1,2 @@
deprecated_features:
- cmd_runner module utils - deprecated ``fmt`` in favour of ``cmd_runner_fmt`` as the parameter format object (https://github.com/ansible-collections/community.general/pull/4777).