Description:
If "--with collection_artifact" is added to rh/fedpkg build,
rhel/linux-system-roles-collection-package is created.
Notes:
- have collection_artifact build always disabled by default
- if building --with collection_artifact and without Ansible,
fedpkg fails due to missing collection artifact (tarball).
- copr build will specify --with collection_artifact explicitly.
For %{without ansible}, ansible_collection_build generates tar at the
collection top and ansible_collection_install untar from the tarball.
Related: rhbz#1961404
Fix description field in galaxy.yml
Remove "Technology Preview" from Collection README
Merging individual ignore file and add it to the package
Add a note to each module Doc to indicate it is private
Add patches for network and storage role ansible-test fixes
Simplify doc tags in %files, corrects a forgotten doc tag for ha_cluster
Suppress one ansible-lint warning in ha_cluster
Add patch for the inclusive language leftover on network-role README.md
Related: rhbz#1961404