Add ANSIBLE_VERSION to module_utils/basic.py and manipulate the pyrax user-agent

This commit is contained in:
Matt Martz 2014-06-10 12:29:15 -05:00
parent 585fd5a138
commit 88acb48753
3 changed files with 29 additions and 18 deletions

View file

@ -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>>"