Move "podman-restart" to the podman-container role

This commit is contained in:
Thomas Kleinendorst 2024-06-05 17:00:11 +02:00
parent d92299e66c
commit 08cf93276d
6 changed files with 7 additions and 14 deletions

View file

@ -115,12 +115,3 @@
ansible.builtin.user:
name: "{{ target_user }}"
shell: /usr/bin/zsh
- name: Start the podman-restart.service
become: true
become_user: "{{ target_user }}"
ansible.builtin.systemd:
name: podman-restart.service
state: started
enabled: true
scope: user
when: user_start_podman_restart