From 7a0ac4ce0319dbd26e4369697e45ce4e5d83e61e Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 17 Aug 2018 08:51:16 -0500 Subject: [PATCH] Set mgmt_puppet_module_dir publically This was set in the private variables on brige for the transition. But it can go here now. Change-Id: I3883672bf549681f8a4f26871c485a71de8ee056 --- playbooks/host_vars/bridge.openstack.org.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/host_vars/bridge.openstack.org.yaml b/playbooks/host_vars/bridge.openstack.org.yaml index 74faf0b169..45f1749680 100644 --- a/playbooks/host_vars/bridge.openstack.org.yaml +++ b/playbooks/host_vars/bridge.openstack.org.yaml @@ -1,2 +1,3 @@ ansible_python_interpreter: python3 mgmt_hieradata: /etc/ansible/hosts +mgmt_puppet_module_dir: /etc/puppet/modules