mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-224: Add test case for pre-existing version file.
This commit is contained in:
22
roles/jira_download/molecule/version_from_file/playbook.yml
Normal file
22
roles/jira_download/molecule/version_from_file/playbook.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
vars:
|
||||
atl_product_family: "jira"
|
||||
atl_product_edition: "jira-software"
|
||||
atl_product_user: "jira"
|
||||
|
||||
pre_tasks:
|
||||
- name: Create cache dir
|
||||
file:
|
||||
path: '/media/atl/jira/shared/'
|
||||
state: directory
|
||||
- name: Seed version
|
||||
copy:
|
||||
dest: '/media/atl/jira/shared/jira-software.version'
|
||||
content: "7.9.0"
|
||||
|
||||
roles:
|
||||
- role: linux_common
|
||||
- role: product_common
|
||||
- role: jira_download
|
||||
Reference in New Issue
Block a user