DCD-880: Variablify create_backups tasks

This commit is contained in:
Ben Partridge
2020-01-03 12:04:40 +11:00
parent 7f715f409c
commit 58692b2843
5 changed files with 14 additions and 7 deletions

View File

@@ -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