Skip to content

Commit 55dc90b

Browse files
committed
Address PR feedback: specify envvars for cloud
1 parent 4b6ee74 commit 55dc90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/chameleon_periodic_inspector/templates/periodic-inspector.service.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ExecStart=/usr/bin/docker run --rm --net=host \
1414
{% if chameleon_resource_discovery_provide_manageable %}--provide-manageable {% endif %}\
1515
{% if chameleon_resource_discovery_reinspect_failed %}--reinspect-failed {% endif %}\
1616
--expire-days {{ chameleon_resource_discovery_expire_days }} \
17-
--cloud {{ cloud }}
17+
--cloud envvars
1818

1919
[Install]
2020
WantedBy=multi-user.target

0 commit comments

Comments
 (0)