Skip to content

Commit

Permalink
Stick to older versions of the collections, to avoid breakages due to…
Browse files Browse the repository at this point in the history
… collections using newer antsibull-docs features. (#111)
  • Loading branch information
felixfontein authored Oct 30, 2023
1 parent c77e5a4 commit 59873d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/antsibull-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
- name: Install collections
run: |
. ./venv/bin/activate
ansible-galaxy collection install community.docker sensu.sensu_go
git clone https://github.com/ansible-collections/community.crypto.git ~/.ansible/collections/ansible_collections/community/crypto
ansible-galaxy collection install 'community.docker:==3.0.0' 'sensu.sensu_go:==1.14.0'
git clone https://github.com/ansible-collections/community.crypto.git ~/.ansible/collections/ansible_collections/community/crypto --branch 2.15.0
working-directory: antsibull-docs

- name: Lint collection docs
Expand Down

0 comments on commit 59873d3

Please sign in to comment.