From d25ad653b144ce4d24d204bffc9d3d0069baad5c Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Thu, 22 Apr 2021 20:37:33 +0200 Subject: [PATCH] add backport for proxmox --- hosts | 5 +++-- roles/vpn/tasks/main.yml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts b/hosts index f343c30..1942631 100644 --- a/hosts +++ b/hosts @@ -4,7 +4,7 @@ all: ubuntu: hosts: hindley.adh.auro.re: - debian-buster: + debian_buster: hosts: azerty.fil.sand.auro.re: dns-histausse.fil.sand.auro.re: @@ -12,7 +12,7 @@ all: vm1: vm2: vm3: - proxmox: + proxmox_buster: hosts: hellman.fil.sand.auro.re: proxy: @@ -38,3 +38,4 @@ all: hosts: azerty.fil.sand.auro.re: hindley.adh.auro.re: + hellman.fil.sand.auro.re: diff --git a/roles/vpn/tasks/main.yml b/roles/vpn/tasks/main.yml index 41451b2..0bd59ea 100644 --- a/roles/vpn/tasks/main.yml +++ b/roles/vpn/tasks/main.yml @@ -3,4 +3,4 @@ apt_repository: repo: deb http://deb.debian.org/debian buster-backports main state: present - when: "'debian-buster' in group_names" + when: "'debian_buster' in group_names or 'proxmox_buster' in group_names"