[jfrog-platform] 7.25.7 release (#159)

This commit is contained in:
Ram Mohan Rao Chukka
2021-09-16 20:14:17 +05:30
committed by GitHub
parent 6997cd9efb
commit b38d10db61
46 changed files with 312 additions and 270 deletions

View File

@@ -1,5 +1,5 @@
# platform collection version
platform_collection_version: 7.24.3
platform_collection_version: 7.25.7
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy

View File

@@ -14,7 +14,7 @@ xray_installer_scenario:
}
- {
"expecting": "please specify the ip address of this machine(?!.*Skipping prompt)",
"sending": "{% if xray_ha_node_type is defined and xray_ha_node_type == 'master' %}{{ ansible_host }}{% else %}{{ ansible_host }}{% endif %}"
"sending": "{{ ansible_host }}"
}
- {
"expecting": "are you adding an additional node",