Skip to content

Commit fcb5a8d

Browse files
committed
fix linting again (jeez)
1 parent d252696 commit fcb5a8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/client/molecule/default/converge.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- name: Set hosts entry for local Landscape server
77
ansible.builtin.lineinfile:
88
path: /etc/hosts
9-
line: 'xxx.xxx.xxx.xxx landscape-server'
9+
line: '192.168.124.106 landscape-server-2310'
1010

1111
- name: Upload Landscape SSL certificate
1212
ansible.builtin.copy:
@@ -18,4 +18,4 @@
1818

1919
roles:
2020
- role: stdevel.landscape.client
21-
client_landscape_server: 'landscape-server'
21+
client_landscape_server: 'landscape-server-2310'

0 commit comments

Comments
 (0)