ansible-collections / community.general

Ansible Community General Collection
https://galaxy.ansible.com/ui/repo/published/community/general/
GNU General Public License v3.0
784 stars 1.45k forks source link

Finish updating CI #8537

Closed felixfontein closed 2 weeks ago

felixfontein commented 2 weeks ago
SUMMARY

Remaining parts excluded from #8534.

ISSUE TYPE
COMPONENT NAME

CI

felixfontein commented 2 weeks ago

I've disabled the iptables_state tests for Ubuntu 22.04 VMs. That VM is using a separate controller container since a few days and SSH to connect to the VM; since then the test is failing. This change in situation results in the tests/integration/targets/iptables_state/tasks/tests/10-rollback.yml test running, which currently fails. It might never have run before, so it's better to look at this separately.

felixfontein commented 2 weeks ago

The iptables_state story continues in #8538.