Use extra_vars to pass ireallymeanit

The ireallymeanit parameter does not work when passed using
vars in the ansible inventory. This change passes the option
using extra_vars.

Change-Id: Iabf9e20e65f7def1bbbc48995cbc956937a69e15
Related-Bug: #1745494
This commit is contained in:
John Fulton 2018-01-25 17:29:00 -05:00
parent c28e8cbb8a
commit 6f189058e5
1 changed files with 2 additions and 0 deletions

View File

@ -150,6 +150,8 @@ workflows:
ssh_private_key: <% $.private_key %>
skip_tags: <% $.ansible_skip_tags %>
extra_env_variables: <% $.ansible_extra_env_variables.mergeWith($.ansible_env_variables) %>
extra_vars:
ireallymeanit: 'yes'
publish:
output: <% task().result %>
on-complete: purge_fetch_directory