Skip to content

Commit

Permalink
fix(tests): replace missing @
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwillsher committed Jun 11, 2024
1 parent c1b4c95 commit 86acd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_systemd_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
block:
- name: Read the distribution instantiated service file
ansible.builtin.slurp:
src: "/lib/systemd/system/{{ __sshd_test_service_name }}.service"
src: "/lib/systemd/system/{{ __sshd_test_service_name }}@.service"
register: service_inst_old

- name: Read the created instantiated service file
Expand Down

0 comments on commit 86acd06

Please sign in to comment.