From: alex Date: Sat, 1 Apr 2023 10:28:52 +0000 (+0200) Subject: Remove workaround after Proxmox bug fixed X-Git-Tag: 20240214-emacs~379 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=52350de176a17deae7ac4f6c0c0ca71364a09acb;p=alex.git Remove workaround after Proxmox bug fixed --- diff --git a/personal_infra/playbooks/roles/proxmox_create_lxc/tasks/main.yml b/personal_infra/playbooks/roles/proxmox_create_lxc/tasks/main.yml index 33106d9..014fa28 100644 --- a/personal_infra/playbooks/roles/proxmox_create_lxc/tasks/main.yml +++ b/personal_infra/playbooks/roles/proxmox_create_lxc/tasks/main.yml @@ -18,12 +18,6 @@ args: creates: "/etc/pve/lxc/{{ proxmox.id }}.conf" delegate_to: "{{ proxmox.host }}" -# https://bugzilla.proxmox.com/show_bug.cgi?id=4460 -- name: set hostname - copy: - content: "{{ inventory_hostname }}" - dest: /rpool/data/subvol-{{ proxmox.id }}-disk-0/etc/hostname - delegate_to: "{{ proxmox.host }}" # https://bugzilla.proxmox.com/show_bug.cgi?id=4515 - name: set hosts copy: