Move "podman-restart" to the podman-container role
This commit is contained in:
parent
d92299e66c
commit
08cf93276d
6 changed files with 7 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue