mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-22 09:07:00 -06:00
[Ansible] JFrog Platform 7.23.3 (#148)
This commit is contained in:
committed by
GitHub
parent
60b0620387
commit
1976ab309c
@@ -1,6 +1,6 @@
|
||||
---
|
||||
# platform collection version
|
||||
platform_collection_version: 7.21.12
|
||||
platform_collection_version: 7.23.3
|
||||
|
||||
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
|
||||
ansible_marketplace: galaxy
|
||||
@@ -14,7 +14,7 @@ mc_installer_scenario:
|
||||
}
|
||||
- {
|
||||
"expecting": "please specify the ip address of this machine(?!.*Skipping prompt)",
|
||||
"sending": "{% if mc_ha_node_type is defined and mc_ha_node_type == 'master' %}{{ ansible_host }}{% else %}{{ ansible_host }}{% endif %}"
|
||||
"sending": "{{ ansible_host }}"
|
||||
}
|
||||
- {
|
||||
"expecting": "are you adding an additional node",
|
||||
|
||||
Reference in New Issue
Block a user