From 07c8397d156efa35d3ca62bdf1e5741c64e38dcb Mon Sep 17 00:00:00 2001 From: Qi Zhang Date: Thu, 18 May 2023 15:45:41 +0800 Subject: [PATCH] Enable Debian online repo for installing OVT dependencies Signed-off-by: Qi Zhang --- linux/open_vm_tools/install_ovt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/open_vm_tools/install_ovt.yml b/linux/open_vm_tools/install_ovt.yml index 1a15ac684..c5cd29b23 100644 --- a/linux/open_vm_tools/install_ovt.yml +++ b/linux/open_vm_tools/install_ovt.yml @@ -7,7 +7,7 @@ - name: "Add online package repositories for {{ guest_os_ansible_distribution }}" include_tasks: ../utils/add_official_online_repo.yml - when: guest_os_ansible_distribution in ['CentOS', 'VMware Photon OS'] + when: guest_os_ansible_distribution in ['CentOS', 'VMware Photon OS', 'Debian'] - name: "Add package repositories for {{ guest_os_ansible_distribution }}" block: @@ -17,7 +17,7 @@ - name: "Add online package repositories for {{ guest_os_ansible_distribution }}" include_tasks: ../utils/add_official_online_repo.yml - when: guest_os_ansible_distribution in ['OracleLinux', 'Ubuntu', 'Debian'] + when: guest_os_ansible_distribution in ['OracleLinux', 'Ubuntu'] when: linux_ovt_repo_url is undefined or not linux_ovt_repo_url - name: "Add an extra open-vm-tools repository from URL"