From 8892414842af76b6bad21deada8de43fa4c149e2 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 27 May 2020 10:20:00 +1000 Subject: [PATCH] Match Debian in AFS slug generation So we can build/publish Debian wheels Change-Id: Idac3455109f7d1eddbd50ffa0535e873e6eee2db --- playbooks/publish/wheel-mirror.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/playbooks/publish/wheel-mirror.yaml b/playbooks/publish/wheel-mirror.yaml index 50fe752655..adeba1d904 100644 --- a/playbooks/publish/wheel-mirror.yaml +++ b/playbooks/publish/wheel-mirror.yaml @@ -12,10 +12,11 @@ afs_slug: "{{ ansible_distribution|lower }}-{{ ansible_distribution_major_version }}-{{ ansible_architecture }}" when: ansible_distribution == "CentOS" - - name: Generate AFS slug - Ubuntu + - name: Generate AFS slug - Debuntu set_fact: afs_slug: "{{ ansible_distribution|lower }}-{{ ansible_distribution_version }}-{{ ansible_architecture }}" - when: ansible_distribution == "Ubuntu" + when: ansible_distribution == "Ubuntu" or + ansible_distribution == "Debian" - name: Set fact for AFS dir set_fact: