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:
parent
b9cccb3a8b
commit
c844e21a6e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user