Changeset - 7a98790a6a31
[Not reviewed]
0 1 0
Branko Majic (branko) - 9 months ago 2023-08-12 00:54:28
branko@majic.rs
MAR-181: Fix incorrect IP address in tests for xmpp_server role:

- Should match the parameters-optional-buster server.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/xmpp_server/molecule/default/host_vars/ldap-server.yml
Show inline comments
 
@@ -40,5 +40,5 @@ backup_host_ssh_private_keys:
 
  ecdsa: "{{ lookup('file', 'tests/data/ssh/server_ecdsa') }}"
 
backup_clients:
 
  - server: parameters-optional-buster
 
    ip: 10.31.127.31
 
    ip: 192.168.56.31
 
    public_key: "{{ lookup('file', 'tests/data/ssh/parameters-optional.pub') }}"
0 comments (0 inline, 0 general)