[Ansible] JFrog Platform 7.23.3 (#148)

This commit is contained in:
Ram Mohan Rao Chukka
2021-08-05 15:22:21 +05:30
committed by GitHub
parent 60b0620387
commit 1976ab309c
25 changed files with 444 additions and 130 deletions

View File

@@ -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

View File

@@ -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",