chore 📦: Update setupacdc.yml to use Ansible shell command

Updated the pct create command to use the new ansible.builtin.shell module, allowing for more flexibility and consistency in container creation.
This commit is contained in:
2025-11-02 07:35:28 +01:00
parent 0c8ccd5dff
commit 7f79e3cc99

View File

@@ -9,7 +9,7 @@
tasks:
- name: Create LXC container using pct command
shell: |
ansible.builtin.shell: |
pct create 200 '/var/lib/vz/template/cache/debian-13-standard_13.1-1_amd64.tar.zst' \
-ostype debian \
-hostname {{ addc_hostname }} \