cobbler: Add Python 3 support (#645)

This commit is contained in:
Dag Wieers 2020-12-16 13:37:31 +01:00 committed by GitHub
commit c3ef9bf668
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- cobbler - add Python 3 support (https://github.com/ansible-collections/community.general/issues/638).