add tests for ubuntu + task: apt update

This commit is contained in:
2026-07-17 12:24:02 +03:00
parent 09ffb32784
commit 45f51b67b1
2 changed files with 14 additions and 0 deletions

View File

@@ -14,6 +14,15 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
privileged: true
- name: ubuntu
image: geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu2404}-ansible:latest
pre_build_image: true
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
privileged: true
provisioner:
name: ansible