6 lines
110 B
YAML
6 lines
110 B
YAML
---
|
|
- name: reboot containers
|
|
command:
|
|
"pct reboot {{ item }}"
|
|
loop: "{{ proxmox_lxc_filtered_ids }}"
|