From e12892f8064ba5badca90a0e1cc85688d5de9540 Mon Sep 17 00:00:00 2001 From: rubenb Date: Thu, 15 Feb 2024 10:28:20 +0100 Subject: [PATCH] disable open-vm-tools --- roles/config-server-type/tasks/main.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/config-server-type/tasks/main.yaml b/roles/config-server-type/tasks/main.yaml index 4ae60d9..1df8dc4 100644 --- a/roles/config-server-type/tasks/main.yaml +++ b/roles/config-server-type/tasks/main.yaml @@ -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 #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ \ No newline at end of file