Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to @Debian bookworm #203

Merged
merged 1 commit into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ galaxy_info:
versions:
- buster
- bullseye
- bookworm
- name: EL
versions:
- "8"
Expand Down
8 changes: 4 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ provisioner:
docker_rootful: false
docker_user: debiantestinguser
docker_user_bashrc: false
bullseye:
bookworm:
docker_add_alias: true
docker_allow_ping: true
docker_allow_privileged_ports: false
docker_rootful: false
docker_user: bullseyeuser
docker_user: bookwormuser
docker_user_bashrc: false
docker_compose: false
almalinux8:
Expand Down Expand Up @@ -84,8 +84,8 @@ provisioner:
docker_user_bashrc: true
docker_compose: true
platforms:
- name: bullseye
box: debian/bullseye64
- name: bookworm
box: debian/bookworm64
config_options:
vm.boot_timeout: 600
provider_raw_config_args:
Expand Down