disable open-vm-tools
This commit is contained in:
parent
1f01ed88e6
commit
e12892f806
|
@ -12,10 +12,10 @@
|
||||||
|
|
||||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
# paso1 - Install open-vm-tools for VMware
|
# paso1 - Install open-vm-tools for VMware
|
||||||
- name: Install open-vm-tools
|
#- name: Install open-vm-tools
|
||||||
apt:
|
# apt:
|
||||||
name: "{{ vm_tools_package }}"
|
# name: "{{ vm_tools_package }}"
|
||||||
state: present
|
# state: present
|
||||||
tags:
|
# tags:
|
||||||
- install-vmware-tools
|
# - install-vmware-tools
|
||||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
Loading…
Reference in New Issue