zuul/releasenotes/notes/fix-ssh-add-args-5819aedbaa127c15.yaml
Paul Belanger c11dcc987d 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>
2019-01-17 08:58:48 -05:00

7 lines
182 B
YAML

---
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.