summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-host-ansible-python-interpreter-9592aef8d2c90b3e.yaml
diff options
context:
space:
mode:
authorPaul Belanger <pabelanger@redhat.com>2019-03-16 21:19:31 -0400
committerPaul Belanger <pabelanger@redhat.com>2019-03-18 09:46:50 -0400
commit7fb1640f9b3afcb1dacafea9f0e043b4aec65321 (patch)
treedc8e92e9b2e4a1f0a29463b8a71f57b68e5e0a1b /releasenotes/notes/add-host-ansible-python-interpreter-9592aef8d2c90b3e.yaml
parent78e101ba94de15d9a3d2ff707feed3b358fbe98a (diff)
downloadzuul-7fb1640f9b3afcb1dacafea9f0e043b4aec65321.tar.gz
Whitelist ansible_python_interpreter for add_host
It is possible for a user wanting to change the ansible_python_interpreter when using add_host, this allows for that. Change-Id: If07f66cc6a296aea817a06b229f933fec76c0adc Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Diffstat (limited to 'releasenotes/notes/add-host-ansible-python-interpreter-9592aef8d2c90b3e.yaml')
-rw-r--r--releasenotes/notes/add-host-ansible-python-interpreter-9592aef8d2c90b3e.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/add-host-ansible-python-interpreter-9592aef8d2c90b3e.yaml b/releasenotes/notes/add-host-ansible-python-interpreter-9592aef8d2c90b3e.yaml
new file mode 100644
index 000000000..9f38e850d
--- /dev/null
+++ b/releasenotes/notes/add-host-ansible-python-interpreter-9592aef8d2c90b3e.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ The ansible_python_interpreter variable is now whitelisted for the
+ add_host task.