ansible-collections / community.hashi_vault

Ansible collection for managing and working with HashiCorp Vault.
https://docs.ansible.com/ansible/devel/collections/community/hashi_vault/index.html
GNU General Public License v3.0
80 stars 59 forks source link

fix docs build PR comment main link, use `devel` #237

Closed briantist closed 2 years ago

briantist commented 2 years ago
SUMMARY

Fixes #219

Also uses ansible-core devel for docs build.

ISSUE TYPE
COMPONENT NAME

docs-build

briantist commented 2 years ago

The failure is due to Antsibull detecting ansible-core 2.13, but milestone doesn't have a commit that's in devel which is needed for that to work correctly.

This PR switches the docs build process to use devel which fixes that (see #238).