mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-880: Variablify create_backups tasks
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
file: atlassian-slingshot
|
||||
state: present
|
||||
description: Atlassian Slingshot
|
||||
baseurl: https://packages.atlassian.com/atlassian-slingshot-rpm
|
||||
baseurl: "{{ atl_slingshot_yum_repo_url }}"
|
||||
gpgcheck: no
|
||||
|
||||
- name: Install atlassian-slingshot
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
|
||||
- name: Add atlassian-slingshot debian repo public key
|
||||
apt_key:
|
||||
url: https://packages.atlassian.com/api/gpg/key/public
|
||||
url: "{{ atl_slingshot_deb_pubkey_url }}"
|
||||
state: present
|
||||
|
||||
- name: Add atlassian-slingshot debian repository
|
||||
apt_repository:
|
||||
repo: deb https://packages.atlassian.com/atlassian-slingshot-deb stable main
|
||||
repo: "deb {{ atl_slingshot_deb_repo_url }} {{ atl_slingshot_deb_repo_components }}"
|
||||
state: present
|
||||
filename: atlassian-slingshot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user