mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
Add ANSIBLE_VERSION to module_utils/basic.py and manipulate the pyrax user-agent
This commit is contained in:
parent
585fd5a138
commit
88acb48753
3 changed files with 29 additions and 18 deletions
|
@ -29,6 +29,8 @@
|
|||
|
||||
# == BEGIN DYNAMICALLY INSERTED CODE ==
|
||||
|
||||
ANSIBLE_VERSION = "<<ANSIBLE_VERSION>>"
|
||||
|
||||
MODULE_ARGS = "<<INCLUDE_ANSIBLE_MODULE_ARGS>>"
|
||||
MODULE_COMPLEX_ARGS = "<<INCLUDE_ANSIBLE_MODULE_COMPLEX_ARGS>>"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue