7 lines
157 B
YAML
7 lines
157 B
YAML
---
|
|
- name: Reboot LXC containers
|
|
ansible.builtin.command: pct reboot {{ item }}
|
|
loop: "{{ kube_ids }}"
|
|
changed_when: true
|
|
listen: reboot containers
|