8 lines
169 B
YAML
Executable File
8 lines
169 B
YAML
Executable File
---
|
|
- ansible.builtin.include_tasks: stop.yml
|
|
|
|
- name: Convert container to template
|
|
community.proxmox.proxmox:
|
|
hostname: "{{ lxc_hostname }}"
|
|
state: template
|