You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-19 01:22:16 +03:00
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:
@ -5,7 +5,7 @@
|
||||
from __future__ import absolute_import, division, print_function
|
||||
__metaclass__ = type
|
||||
|
||||
from ansible_collections.community.general.plugins.module_utils.cmd_runner import CmdRunner, fmt
|
||||
from ansible_collections.community.general.plugins.module_utils.cmd_runner import CmdRunner, cmd_runner_fmt as fmt
|
||||
|
||||
|
||||
def gconftool2_runner(module, **kwargs):
|
||||
|
Reference in New Issue
Block a user