Skip to content

Commit

Permalink
Use old name and in latest ansible version alias for systemd commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Sten-Silver Ots committed Apr 4, 2024
1 parent 46f23be commit 9050113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
register: _pdns_recursor_override_unit

- name: Reload systemd
ansible.builtin.systemd_service:
ansible.builtin.systemd:
daemon_reload: true
when: not pdns_rec_disable_handlers and _pdns_recursor_override_unit.changed

Expand Down

0 comments on commit 9050113

Please sign in to comment.