Move all shared into this new repo
This commit is contained in:
11
build/artifactory-oss/tasks/main.yml
Normal file
11
build/artifactory-oss/tasks/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Addding Artifactory OSS apt repository key
|
||||
apt_key: url='https://bintray.com/user/downloadSubjectPublicKey?username=jfrog' state=present
|
||||
|
||||
- name: Adding Artifactory OSS apt repository sources
|
||||
apt_repository: repo='deb https://jfrog.bintray.com/artifactory-debs stretch main' state=present
|
||||
|
||||
- name: Installing Artifactory OSS
|
||||
apt: name={{ item }} update_cache=yes state=present
|
||||
with_items:
|
||||
- jfrog-artifactory-oss
|
||||
Reference in New Issue
Block a user