Merge "Whitelist ansible_python_interpreter for add_host"
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
The ansible_python_interpreter variable is now whitelisted for the
|
||||
add_host task.
|
||||
@@ -22,6 +22,7 @@ class ActionModule(add_host.ActionModule):
|
||||
def run(self, tmp=None, task_vars=None):
|
||||
safe_args = set((
|
||||
'ansible_connection',
|
||||
'ansible_python_interpreter',
|
||||
'ansible_host',
|
||||
'ansible_port',
|
||||
'ansible_user',
|
||||
|
||||
Reference in New Issue
Block a user