mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-224: Use import_tasks rather than deprecated import.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Note: Try and limit these to packages that are distro-specific, and
|
||||
# place commonly-named ones below.
|
||||
- name: Install distro-specific prerequisites
|
||||
include: "{{ ansible_distribution|lower }}.yml"
|
||||
include_tasks: "{{ ansible_distribution|lower }}.yml"
|
||||
|
||||
- name: Install common support packages
|
||||
package:
|
||||
|
||||
Reference in New Issue
Block a user