summaryrefslogtreecommitdiffstats
path: root/roles/podman
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-10 18:29:52 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-10 18:29:52 +0200
commitb0e3077544a341bc8ec2308652a98cf928c58064 (patch)
tree8a143e817ad207379cfa9f35afe276fa41601be4 /roles/podman
parent6ddc1505a11c74ffb0c8c65498f5eef5086e62d1 (diff)
Follow the ansible recommendation of using systemd_service
Diffstat (limited to 'roles/podman')
-rw-r--r--roles/podman/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/podman/tasks/main.yml b/roles/podman/tasks/main.yml
index 7cbb32b4..74b608ee 100644
--- a/roles/podman/tasks/main.yml
+++ b/roles/podman/tasks/main.yml
@@ -7,7 +7,7 @@
- name: "Enable and start Podman socket service"
become: true
- ansible.builtin.systemd:
+ ansible.builtin.systemd_service:
name: "podman.socket"
enabled: true
state: started