diff options
Diffstat (limited to 'salt/openbook')
| -rw-r--r-- | salt/openbook/ansible/files/gradle.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/salt/openbook/ansible/files/gradle.yaml b/salt/openbook/ansible/files/gradle.yaml index 4946da0..8d5bf6b 100644 --- a/salt/openbook/ansible/files/gradle.yaml +++ b/salt/openbook/ansible/files/gradle.yaml @@ -2,6 +2,11 @@ - name: "Install gradle" hosts: target tasks: + - name: "Add gradle PPA" + apt_repository: + repo: ppa:cwchien/gradle + state: present + - name: "Update apt" apt: update_cache: yes |
