init
This commit is contained in:
5
ansible/roles/proxmox/lxc/shutdown/tasks/main.yml
Normal file
5
ansible/roles/proxmox/lxc/shutdown/tasks/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: shutdown LXC container
|
||||
ansible.builtin.command: pct shutdown {{ lxc_id }}
|
||||
become: true
|
||||
changed_when: true
|
||||
Reference in New Issue
Block a user