Skip to content

Commit 9424570

Browse files
authored
Fix backfill-redis systemd status (#190)
1 parent 050311c commit 9424570

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/tas_single_node/tasks/podman/rekor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
podman_spec:
7777
state: started
7878
systemd_file: backfill_redis
79+
systemd_type: oneshot
7980
network: "{{ tas_single_node_podman_network }}"
8081
kube_file_content: "{{ lookup('template', 'manifests/rekor/backfill_redis.j2') | from_yaml }}"
8182
when: tas_single_node_backfill_redis.enabled

0 commit comments

Comments
 (0)