diff --git a/docs/rolereference.rst b/docs/rolereference.rst index 7f1bc9eacb833b433813d440378f1f978e6d3de6..d093fcb533a0e4e45906ad607033d9435cbbeece 100644 --- a/docs/rolereference.rst +++ b/docs/rolereference.rst @@ -1991,6 +1991,7 @@ Distribution compatibility Role is compatible with the following distributions: - Debian 10 (Buster) +- Debian 11 (Bullseye) Examples diff --git a/roles/wsgi_website/meta/main.yml b/roles/wsgi_website/meta/main.yml index 683ef7ccfbdc7df1976d31598fa170e0d19b7b55..624799878fcbdbb0ec77dd4c410dcc45b0dc0225 100644 --- a/roles/wsgi_website/meta/main.yml +++ b/roles/wsgi_website/meta/main.yml @@ -15,3 +15,4 @@ galaxy_info: - name: Debian versions: - 10 + - 11 diff --git a/roles/wsgi_website/molecule/default/molecule.yml b/roles/wsgi_website/molecule/default/molecule.yml index 562ec79607f85f56d0fb7eb89ee802e7de2b51d0..227d06cd706b33c2840815b199503cf18c8f0cda 100644 --- a/roles/wsgi_website/molecule/default/molecule.yml +++ b/roles/wsgi_website/molecule/default/molecule.yml @@ -14,16 +14,24 @@ lint: platforms: - - name: wsgi-website-buster64 + - name: wsgi-website-buster groups: - wsgi-website - parameters-mandatory - parameters-optional - - buster box: debian/contrib-buster64 memory: 512 cpus: 1 + - name: wsgi-website-bullseye + groups: + - wsgi-website + - parameters-mandatory + - parameters-optional + box: debian/bullseye64 + memory: 512 + cpus: 1 + provisioner: name: ansible playbooks: