From ec3cb8dd19370832ad9ac053e4e2eb3ebc4c3db9 Mon Sep 17 00:00:00 2001 From: John Fulton Date: Thu, 25 Jan 2018 17:29:00 -0500 Subject: [PATCH] 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 6f189058e514292cb4c86f5bea5791d6794117e0) --- workbooks/ceph-ansible.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workbooks/ceph-ansible.yaml b/workbooks/ceph-ansible.yaml index f80b20f47..e4e28e7d6 100644 --- a/workbooks/ceph-ansible.yaml +++ b/workbooks/ceph-ansible.yaml @@ -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