style 💎: Update template for creating Proxmox Debian LXC instance

Updated the create_proxmox_debian_template.yml to reflect changes in the lxc_create condition and added a new task to customize the Debian cloud image inside LXC. This change ensures consistency with the latest best practices for LXC configuration.
This commit is contained in:
2025-11-08 08:56:30 +01:00
parent 099fce9672
commit 2941c5fc31

View File

@@ -57,7 +57,6 @@
ansible_host: "{{ lxc_ip.stdout }}"
ansible_user: root
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
when: lxc_create is changed or lxc_create is succeeded
- name: Customize Debian cloud image inside LXC
hosts: lxc_builder