Skip to content

Commit

Permalink
fix linting again (jeez)
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevel committed Mar 28, 2024
1 parent d252696 commit fcb5a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/client/molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- name: Set hosts entry for local Landscape server
ansible.builtin.lineinfile:
path: /etc/hosts
line: 'xxx.xxx.xxx.xxx landscape-server'
line: '192.168.124.106 landscape-server-2310'

- name: Upload Landscape SSL certificate
ansible.builtin.copy:
Expand All @@ -18,4 +18,4 @@

roles:
- role: stdevel.landscape.client
client_landscape_server: 'landscape-server'
client_landscape_server: 'landscape-server-2310'

0 comments on commit fcb5a8d

Please sign in to comment.