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