summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-ssh-add-args-5819aedbaa127c15.yaml
diff options
context:
space:
mode:
authorPaul Belanger <pabelanger@redhat.com>2019-01-14 21:22:05 -0500
committerPaul Belanger <pabelanger@redhat.com>2019-01-17 08:58:48 -0500
commitc11dcc987d28719e3f7ea399279cd00ea8d431d8 (patch)
tree884c56d71dc8a12ddde166239f0cc9f1d04dc314 /releasenotes/notes/fix-ssh-add-args-5819aedbaa127c15.yaml
parente557b4074104801a95d199b1275e6b844117d24f (diff)
downloadzuul-c11dcc987d28719e3f7ea399279cd00ea8d431d8.tar.gz
Fix missing safe_args for add_host
There are a few missing commas in our sage_args, this fixes them. Otherwise we get the following error from zuul: Adding hosts ssh with ansible_password ansible_user to the inventory is prohibited Change-Id: I6162bc6a223da54af26bedd2e950ed21a64908b0 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Diffstat (limited to 'releasenotes/notes/fix-ssh-add-args-5819aedbaa127c15.yaml')
-rw-r--r--releasenotes/notes/fix-ssh-add-args-5819aedbaa127c15.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-ssh-add-args-5819aedbaa127c15.yaml b/releasenotes/notes/fix-ssh-add-args-5819aedbaa127c15.yaml
new file mode 100644
index 000000000..d6c5c24e5
--- /dev/null
+++ b/releasenotes/notes/fix-ssh-add-args-5819aedbaa127c15.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Untrusted playbooks no longer see
+ 'Adding hosts ssh with ansible_user to the inventory is prohibited' when
+ using the add_host Ansible task on localhost.