We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d252696 commit fcb5a8dCopy full SHA for fcb5a8d
roles/client/molecule/default/converge.yml
@@ -6,7 +6,7 @@
6
- name: Set hosts entry for local Landscape server
7
ansible.builtin.lineinfile:
8
path: /etc/hosts
9
- line: 'xxx.xxx.xxx.xxx landscape-server'
+ line: '192.168.124.106 landscape-server-2310'
10
11
- name: Upload Landscape SSL certificate
12
ansible.builtin.copy:
@@ -18,4 +18,4 @@
18
19
roles:
20
- role: stdevel.landscape.client
21
- client_landscape_server: 'landscape-server'
+ client_landscape_server: 'landscape-server-2310'
0 commit comments