DCD-880: Fix path to distro specific tasks for slingshot backup role

This commit is contained in:
Ben Partridge
2020-01-03 14:33:21 +11:00
parent bf2fcca449
commit dc593f649b

View File

@@ -1,7 +1,7 @@
---
- name: Install distro-specific backup support packages
include_tasks: "../../tasks/{{ ansible_distribution|lower }}.yml"
include_tasks: "{{ ansible_distribution|lower }}.yml"
- name: Stop the {{ atl_product_edition }} service
service: