diff --git a/ansible/roles/zot/templates/zot.plist.j2 b/ansible/roles/zot/templates/zot.plist.j2
index 25b7da1..b777fb8 100644
--- a/ansible/roles/zot/templates/zot.plist.j2
+++ b/ansible/roles/zot/templates/zot.plist.j2
@@ -16,6 +16,11 @@
KeepAlive
+ EnvironmentVariables
+
+ PATH
+ /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
+
StandardOutPath
{{ zot_log_dir }}/mcquack.zot.out.log
StandardErrorPath
diff --git a/docs/changelog.d/bump-zot-v2.1.15.infra.md b/docs/changelog.d/bump-zot-v2.1.15.infra.md
index f20e2d5..67e5ccd 100644
--- a/docs/changelog.d/bump-zot-v2.1.15.infra.md
+++ b/docs/changelog.d/bump-zot-v2.1.15.infra.md
@@ -1 +1 @@
-Upgrade zot container registry from v2.1.13 to v2.1.15 (CVE-2025-30204, open redirect fix)
+Upgrade zot container registry from v2.1.13 to v2.1.15 (CVE-2025-30204, open redirect fix). Fix trivy CVE DB downloads by adding /usr/local/bin to LaunchAgent PATH.