write-inventory: add ansible_python_interpreter variable
This is also a variable which may be important to copy over to a new inventory in order for ansible to function correctly. Change-Id: I7f4f1b2c631a4a02c258c9f518cd19511fa118da
This commit is contained in:
parent
d1f9d6fa4f
commit
2cb237acef
@ -20,6 +20,7 @@ from ansible.module_utils.basic import AnsibleModule
|
||||
|
||||
# The list of variables we might include
|
||||
VARS = [
|
||||
'ansible_python_interpreter',
|
||||
'ansible_connection',
|
||||
'ansible_host',
|
||||
'ansible_port',
|
||||
|
Loading…
Reference in New Issue
Block a user