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
(cherry picked from commit 6f189058e5)
This commit is contained in:
John Fulton 2018-01-25 17:29:00 -05:00 committed by Giulio Fidente
parent 0b105e852d
commit ec3cb8dd19
1 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,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(ceph_install).result %>
on-complete: purge_fetch_directory