Skip to content

Commit

Permalink
Fix the test setup for ansible-compar 25
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSchubert committed Jan 14, 2025
1 parent 8edfd33 commit c28ca09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
sudo sysctl net.ipv4.ip_unprivileged_port_start=80
&& cp molecule/default/privileged-env.yml .env.yml
- name: Ensure the default ansible collections directory is not written to by molecule
run: mkdir -p ~/.ansible/collections && chmod 0400 ~/.ansible/collections
run: mkdir -p ~/.ansible/collections/ansible_collections && chmod 0400 ~/.ansible/collections/ansible_collections
- name: molecule create
run: molecule create
- name: molecule converge
Expand Down

0 comments on commit c28ca09

Please # to comment.