Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
chore: simplify regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Jan 24, 2022
1 parent b9b6ed4 commit 9cb7604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
- name: Configure stack files
ansible.builtin.replace:
path: "/home/{{ ansible_user }}/e2e-testing/cli/config/compose/profiles/fleet/default/kibana.config.yml"
regexp: '^{{ item.old }}$'
regexp: '{{ item.old }}'
replace: '{{ item.new }}'
loop:
- { old: 'http://elasticsearch', new: 'http://{{ inventory_hostname }}' }
Expand Down

0 comments on commit 9cb7604

Please sign in to comment.