diff --git a/tasks/proxmox.yml b/tasks/proxmox.yml index 0bc6830..d273490 100644 --- a/tasks/proxmox.yml +++ b/tasks/proxmox.yml @@ -7,20 +7,13 @@ - name: Ensure git is installed ansible.builtin.apt: - name: git + pkg: + - git + - python3-proxmoxer + - lm-sensors state: present update_cache: yes - - - name: Install proxmoxer from APT - ansible.builtin.apt: - name: python3-proxmoxer - state: present - update_cache: yes - - - name: Install lm-sensors from APT - ansible.builtin.apt: - name: lm-sensors - state: present + cache_valid_time: 3600 - name: Clone PVE-mods repository ansible.builtin.git: