Ansible systemd module can reload units without specifying a service

Remove an old workaround for ansible <2.4

Change-Id: Iafa0ae54538be2690a813c05fadb472c15a01b5a
This commit is contained in:
Jonathan Rosser 2022-02-01 03:31:08 -05:00
parent b9cccb3a8b
commit c844e21a6e
1 changed files with 0 additions and 3 deletions

View File

@ -74,9 +74,6 @@
- name: Reload systemd units
systemd:
# TODO(hwoarang): We only want to reload the units so the 'name'
# parameter can be removed when we move to Ansible 2.4
name: it_does_not_matter
daemon_reload: yes
- name: Restart sshd