Rename systemd module to systemd_service (#11396)

Signed-off-by: tu1h <lihai.tu@daocloud.io>
This commit is contained in:
Lihai Tu
2024-07-26 16:11:39 +08:00
committed by GitHub
parent 2d194af85e
commit 8208a3f04f
18 changed files with 20 additions and 20 deletions

View File

@@ -7,7 +7,7 @@
state: present
- name: Make sure docker service is enabled
systemd:
systemd_service:
name: docker
masked: false
enabled: true

View File

@@ -26,7 +26,7 @@
ansible_interpreter_python_fallback: "{{ ansible_interpreter_python_fallback + [ '/opt/bin/python' ] }}"
- name: Disable auto-upgrade
systemd:
systemd_service:
name: locksmithd.service
masked: true
state: stopped