mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-880: Create role to run slingshot and implement task to install
slingshot on amazon linux
This commit is contained in:
6
roles/create_backups/molecule/default/playbook.yml
Normal file
6
roles/create_backups/molecule/default/playbook.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Install distro-specific backup support packages
|
||||
include_tasks: "../../tasks/{{ ansible_distribution|lower }}.yml"
|
||||
Reference in New Issue
Block a user