Skip to content

Commit

Permalink
Remove leftover quote
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhorning committed Jul 30, 2024
1 parent ae26ac8 commit 7438e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

- name: Add filebeat (Elastic) apt repo
ansible.builtin.apt_repository:
repo: deb [signed-by={{ filebeat_repo_apt_key_dest }}] https://artifacts.elastic.co/packages/{{ filebeat_major_version }}/apt stable main"
repo: deb [signed-by={{ filebeat_repo_apt_key_dest }}] https://artifacts.elastic.co/packages/{{ filebeat_major_version }}/apt stable main
update_cache: yes
state: present

Expand Down

0 comments on commit 7438e82

Please sign in to comment.