mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-03-22 02:29:08 +00:00
Fix example in systemd generate module (#502)
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
6cf118e7a9
commit
712c3230b2
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ EXAMPLES = '''
|
|||
- name: Systemd unit files for postgres container must exist
|
||||
containers.podman.podman_generate_systemd:
|
||||
name: postgres_local
|
||||
path: ~/.config/systemd/user/
|
||||
dest: ~/.config/systemd/user/
|
||||
|
||||
- name: Postgres container must be started and enabled on systemd
|
||||
ansible.builtin.systemd:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue