Files
dc-deployments-automation/roles/create_backups/tasks/amazon.yml
2020-01-03 11:33:54 +11:00

14 lines
343 B
YAML

---
- name: Add atlassian-slingshot yum repository
yum_repository:
name: AtlassianSlingshot
file: atlassian-slingshot
state: present
description: Atlassian Slingshot
baseurl: https://packages.atlassian.com/atlassian-slingshot-rpm
gpgcheck: no
- name: Install atlassian-slingshot
yum:
name: atlassian-slingshot