CI: Add ArchLinux, Debian Bullseye and CentOS Stream 8 (#301)

* Add ArchLinux, Debian Bullseye and CentOS Stream 8 to CI.

* Fixes.
This commit is contained in:
Felix Fontein
2022-02-18 23:04:17 +01:00
committed by GitHub
parent 078afc9769
commit d49008f066
7 changed files with 59 additions and 2 deletions
@@ -11,10 +11,10 @@
notify: cleanup docker
- name: Add gpg key
shell: curl -fsSL https://download.docker.com/linux/ubuntu/gpg >key && apt-key add key
shell: curl -fsSL https://download.docker.com/linux/{{ ansible_distribution | lower }}/gpg >key && apt-key add key
- name: Add Docker repo
shell: add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
shell: add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable"
- block:
- name: Prevent service restart