We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050311c commit 9424570Copy full SHA for 9424570
roles/tas_single_node/tasks/podman/rekor.yml
@@ -76,6 +76,7 @@
76
podman_spec:
77
state: started
78
systemd_file: backfill_redis
79
+ systemd_type: oneshot
80
network: "{{ tas_single_node_podman_network }}"
81
kube_file_content: "{{ lookup('template', 'manifests/rekor/backfill_redis.j2') | from_yaml }}"
82
when: tas_single_node_backfill_redis.enabled
0 commit comments