]> xn--ix-yja.es Git - alex.git/commitdiff
Remove workaround after Proxmox bug fixed
authoralex <alex@pdp7.net>
Sat, 1 Apr 2023 10:28:52 +0000 (12:28 +0200)
committeralex <alex@pdp7.net>
Sat, 1 Apr 2023 10:29:19 +0000 (12:29 +0200)
personal_infra/playbooks/roles/proxmox_create_lxc/tasks/main.yml

index 33106d9d49e936d0b9151325f3363556f6073964..014fa28c2561b5bede621843036502ce809aee05 100644 (file)
   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: