Updated collection package to 1.0.7

This commit is contained in:
jefferyfry
2020-07-07 13:55:46 -07:00
parent d2a056384a
commit e4bf69a72a
6 changed files with 12 additions and 12 deletions

View File

@@ -10,11 +10,11 @@ This Ansible directory consists of the following directories that support the JF
## Tested Artifactory and Xray Versions
The following versions of Artifactory and Xray have been validated with this collection. Other versions and combinations may also work.
| artifactory_version | xray_version |
|---------------------|--------------|
| 7.6.1 | 3.5.2 |
| 7.5.0 | 3.3.0 |
| 7.4.3 | 3.3.0 |
| collection_version | artifactory_version | xray_version |
|--------------------|---------------------|--------------|
| 1.0.7 | 7.6.1 | 3.5.2 |
| 1.0.6 | 7.5.0 | 3.3.0 |
| 1.0.6 | 7.4.3 | 3.3.0 |
## Getting Started

View File

@@ -9,7 +9,7 @@ namespace: "jfrog"
name: "installers"
# The version of the collection. Must be compatible with semantic versioning
version: "1.0.6"
version: "1.0.7"
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: "README.md"

View File

@@ -1,7 +1,7 @@
---
# defaults file for artifactory
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
ansible_marketplace: standalone
ansible_marketplace: galaxy
# The version of Artifactory to install
artifactory_version: 7.6.1

View File

@@ -144,8 +144,8 @@
shell:
cmd: ./gradlew clean unified_test
chdir: ../tests/
# - name: Cleanup and delete stack
# cloudformation:
# stack_name: "{{ lookup('env', 'stack_name') }}"
# region: "us-east-1"
# state: "absent"
- name: Cleanup and delete stack
cloudformation:
stack_name: "{{ lookup('env', 'stack_name') }}"
region: "us-east-1"
state: "absent"