From 7fb1640f9b3afcb1dacafea9f0e043b4aec65321 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Sat, 16 Mar 2019 21:19:31 -0400 Subject: 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 --- .../notes/add-host-ansible-python-interpreter-9592aef8d2c90b3e.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/add-host-ansible-python-interpreter-9592aef8d2c90b3e.yaml (limited to 'releasenotes/notes/add-host-ansible-python-interpreter-9592aef8d2c90b3e.yaml') 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. -- cgit v1.2.1