diff options
author | Sofer Athlan-Guyot <sathlang@redhat.com> | 2017-01-09 19:25:56 +0100 |
---|---|---|
committer | Sofer Athlan-Guyot <sathlang@redhat.com> | 2017-01-09 19:27:33 +0100 |
commit | a0e6c8f56e6bcb394f4a9de5668bc4ffe1bbe7ae (patch) | |
tree | 99c918fc5c4e993f2f0e1acf0fab345446ffd150 | |
parent | c72bc74207d80710dad3d274fc6c3295a8d9fa5a (diff) |
Configure specific module path for ansible.
Change-Id: Icd23553e94fd573a8032c52e18857e722eb2ea49
-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]} |