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