debian13 install wtmpdb
This commit is contained in:
parent
157c8bbede
commit
ed79efde79
@ -269,6 +269,15 @@
|
|||||||
when:
|
when:
|
||||||
- (ansible_distribution == "Ubuntu" and ansible_distribution_major_version|int() >= 22)
|
- (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
|
- name: open-vm-tools
|
||||||
apt:
|
apt:
|
||||||
name: open-vm-tools
|
name: open-vm-tools
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user