diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-01-13 12:47:17 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-01-13 12:47:17 +0000 |
commit | 898e1c31836724447030068fd313f4fdae826d0d (patch) | |
tree | ef2851245876355d0bec74e25fa7b358f42b3619 | |
parent | 9245880ae439ee296b83c4f3a8967bb9ac1a8ecc (diff) | |
parent | a0e6c8f56e6bcb394f4a9de5668bc4ffe1bbe7ae (diff) |
Merge "Configure specific module path for ansible."
-rw-r--r-- | puppet/upgrade_config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/upgrade_config.yaml b/puppet/upgrade_config.yaml index 499160e5..e892d813 100644 --- a/puppet/upgrade_config.yaml +++ b/puppet/upgrade_config.yaml @@ -35,6 +35,7 @@ resources: template: "stepSTEP" params: STEP: {get_param: step} + modulepath: /usr/share/ansible-modules inputs: - name: role config: {get_attr: [AnsibleConfig, value]} |