Add CentOS 8 and Ubuntu Focal support

Change-Id: I98d5df7c87b94d8135b24a42941c109365cd1432
This commit is contained in:
Dmitriy Rabotyagov 2020-08-27 19:02:17 +03:00 committed by Dmitriy Rabotyagov (noonedeadpunk)
parent 18ca2f1618
commit d1ce3f060a
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@ cache_timeout: 600
cloudkitty_distro_packages:
- git
- python-systemd
- python3-systemd
- libxml2

View File

@ -15,7 +15,7 @@
cloudkitty_distro_packages:
- git
- systemd-python
- "{{ ansible_distribution_major_version is version('8', '<') | ternary('systemd-python', 'python3-systemd') }}"
- libxml2
cloudkitty_devel_distro_packages: