diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-02 16:22:57 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-02 16:22:57 -0600 |
| commit | 2b6dbe02185f7b79bae400600df046bb5b8bff2a (patch) | |
| tree | fd003ae1b0984b61b1c0285990ed385d824eee6a /pillar/openbook | |
| parent | 99cf95be512ed5de15045d524f7a5b58fc5a327b (diff) | |
adding gradle build capability
Diffstat (limited to 'pillar/openbook')
| -rw-r--r-- | pillar/openbook/ansible.sls | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pillar/openbook/ansible.sls b/pillar/openbook/ansible.sls index dbff27a..547ee78 100644 --- a/pillar/openbook/ansible.sls +++ b/pillar/openbook/ansible.sls @@ -66,6 +66,11 @@ ansible: source: openjdk.yaml mode: "0644" is_template: False + playbooks_gradle_yaml: + name: playbooks/gradle.yaml + source: gradle.yaml + mode: "0644" + is_template: False playbooks_ssh_keys_yaml: name: playbooks/ssh_keys.yaml source: ssh_keys.yaml |
