aboutsummaryrefslogtreecommitdiff
path: root/roles/containers/tasks/quadlet_stop.yml
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2024-08-29 15:33:54 -0400
committerspmfox <spmfox@foxwd.com>2024-08-29 15:33:54 -0400
commit31bc4f2c269ce5c66cec4dfbd9a2ce7697d1dba0 (patch)
treec9da4e957715e1d5e4a8f11b055f2c3ae2652159 /roles/containers/tasks/quadlet_stop.yml
parent2453f089caff5963f0848321a4443990f6077298 (diff)
updating unprivileged-ports logic, updating containers variables, adding variable for the unprivileged-ports
Diffstat (limited to 'roles/containers/tasks/quadlet_stop.yml')
-rw-r--r--roles/containers/tasks/quadlet_stop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/containers/tasks/quadlet_stop.yml b/roles/containers/tasks/quadlet_stop.yml
index b8a83f3..07210ed 100644
--- a/roles/containers/tasks/quadlet_stop.yml
+++ b/roles/containers/tasks/quadlet_stop.yml
@@ -5,4 +5,4 @@
scope: "user"
loop_control:
label: "{{ item.name}}.service"
- loop: "{{ quadlets }}"
+ loop: "{{ containers_quadlets }}"