Skip to content

Commit

Permalink
Implement workaround for Ubuntu 20 containers in Molecule tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-checkmk committed Jun 6, 2024
1 parent 9c3c65e commit a9b0daa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/molecule-role-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
# https://github.com/ansible-collections/community.docker/issues/860
# Remove at a later point, when the updated community.docker is shipped.
ansible-galaxy collection install community.docker --force
# Another workaround for Ubuntu 20 containers:
modprobe ip6table_filter
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}

- name: "Provide secrets file."
Expand Down

0 comments on commit a9b0daa

Please sign in to comment.