diff --git a/tasks/create_proxmox_debian_template.yml b/tasks/create_proxmox_debian_template.yml index 531b328..40c4949 100644 --- a/tasks/create_proxmox_debian_template.yml +++ b/tasks/create_proxmox_debian_template.yml @@ -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