chore: rename .yaml extensions to .yml for consistency
This commit is contained in:
8
roles/proxmox-lxc-provision/tasks/convert.yml
Executable file
8
roles/proxmox-lxc-provision/tasks/convert.yml
Executable file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- ansible.builtin.include_tasks: stop.yaml
|
||||
- name: Convert container to template
|
||||
community.general.proxmox:
|
||||
<<: "{{ proxmox_api_connection }}"
|
||||
|
||||
state: template
|
||||
hostname: "{{ lxc_hostname }}"
|
||||
Reference in New Issue
Block a user