Hello.
Please tell me, could downgrading the libpve-network-perl=0.10.0 package to version 0.9.8 using ansible lead to all cluster nodes simultaneously performing a hard restart?
pve-manager/8.2.4/faa83925c9641325 (running kernel: 6.8.12-1-pve)
Please tell me, could downgrading the libpve-network-perl=0.10.0 package to version 0.9.8 using ansible lead to all cluster nodes simultaneously performing a hard restart?
pve-manager/8.2.4/faa83925c9641325 (running kernel: 6.8.12-1-pve)
YAML:
---
- name: Install specific version of libpve-network-perl
hosts: nodes
gather_facts: false
tasks:
- name: "Install specified version of libpve-network-perl"
ansible.builtin.apt:
name: libpve-network-perl=0.9.8
state: present
allow_downgrades: true