mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-25 10:12:38 +01:00
6 lines
110 B
YAML
6 lines
110 B
YAML
---
|
|
- name: reboot containers
|
|
command:
|
|
"pct reboot {{ item }}"
|
|
loop: "{{ proxmox_lxc_filtered_ids }}"
|