diff --git a/tasks/debian.yml b/tasks/debian.yml index 1c0112a..b058cea 100644 --- a/tasks/debian.yml +++ b/tasks/debian.yml @@ -269,6 +269,15 @@ when: - (ansible_distribution == "Ubuntu" and ansible_distribution_major_version|int() >= 22) +- name: install packages for debian13-99 + tags: apt + apt: + name: + - wtmpdb + state: present + when: + - (ansible_distribution == "Debian" and ansible_distribution_major_version|int() >= 13) + - name: open-vm-tools apt: name: open-vm-tools