DCD-224: Add test case for pre-existing version file.

This commit is contained in:
Steve Smith
2019-04-18 12:31:49 +10:00
parent 7342b7f039
commit 87b6d9cb50
4 changed files with 90 additions and 0 deletions

View 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