9 lines
209 B
YAML
Executable File
9 lines
209 B
YAML
Executable File
---
|
|
- ansible.builtin.include_tasks: stop.yaml
|
|
- name: Convert container to template
|
|
community.general.proxmox:
|
|
<<: "{{ proxmox_api_connection }}"
|
|
|
|
state: template
|
|
hostname: "{{ lxc_hostname }}"
|