mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-224: Minor typos and comments.
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
|
# See group_vars/aws_node_local.yml, which pull vars from the environment.
|
||||||
atl_product_family: "jira"
|
atl_product_family: "jira"
|
||||||
atl_product_user: "jira"
|
atl_product_user: "jira"
|
||||||
atl_product_edition: "jira-{{ lookup('env', 'ATL_PRODUCT_EDITION') | lower }}"
|
atl_product_edition: "jira-{{ lookup('env', 'ATL_PRODUCT_EDITION') | lower }}"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Create installation directories if necesary
|
- name: Create installation directories if necessary
|
||||||
include_tasks: "create_dirs.yml"
|
include_tasks: "create_dirs.yml"
|
||||||
|
|
||||||
- name: Check for and load cached version
|
- name: Check for and load cached version
|
||||||
|
|||||||
Reference in New Issue
Block a user