glusterfs 3.12源调整导致安装报错
Created by: ysicing
官方源目前有所调整
apt-key由https://download.gluster.org/pub/gluster/glusterfs/3.12/rsa.pub
调整为了
https://download.gluster.org/pub/gluster/glusterfs/01.old-releases/3.12/rsa.pub
另外dev版本源存在问题
- name: GlusterFS | add glusterfs-client repository (APT)
shell: >
DEBID=$(grep 'VERSION_ID=' /etc/os-release | cut -d '=' -f 2 | tr -d '"') &&
DEBVER=$(grep 'VERSION=' /etc/os-release | grep -Eo '[a-z]+') &&
DEBARCH=$(dpkg --print-architecture) &&
echo ls > /etc/apt/sources.list.d/gluster.list
when: '"Debian" in os_release.stdout'