Help/Ansible/install_vmtools.yaml
2025-05-29 21:55:04 +02:00

10 lines
178 B
YAML
Executable File

- name: First install
hosts: all
become: true
gather_facts: yes
tasks:
- name: Install open-vm-tools
apt:
name: open-vm-tools
state: presentcat