mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Deprecated version should be an explicit version number (#44593)
This commit is contained in:
@@ -263,7 +263,7 @@ def main():
|
||||
|
||||
if module.params['src']:
|
||||
module.deprecate(msg="argument 'src' has been deprecated. Use file lookup plugin instead to read file contents.",
|
||||
version="4 releases from v2.7")
|
||||
version="2.11")
|
||||
|
||||
config = module.params['content'] or module.params['src']
|
||||
target = module.params['target']
|
||||
|
||||
Reference in New Issue
Block a user