Skip to content

Commit

Permalink
[ignore] Fixed galaxy-importer after ansible-compat 25.0.0 cache change.
Browse files Browse the repository at this point in the history
  • Loading branch information
samiib committed Jan 16, 2025
1 parent 7272ad6 commit 1df2dfc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,11 @@ jobs:
- name: Install galaxy-importer
run: pip install galaxy-importer

- name: Create galaxy-importer directory
run: sudo mkdir -p /etc/galaxy-importer
- name: Create galaxy-importer directories
run: |
sudo mkdir -p /etc/galaxy-importer \
&& sudo mkdir -p /.ansible/roles \
&& sudo mkdir -p /.ansible/collections
- name: Create galaxy-importer.cfg
run: |
Expand Down

0 comments on commit 1df2dfc

Please sign in to comment.