Skip to content

Files

Latest commit

1793c17 · Jun 19, 2023

History

History
18 lines (17 loc) · 670 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (17 loc) · 670 Bytes

Contributing to this collection

Contribution to the collection requires the following steps as prepare:
Ansible collection expects specific path for the collection to be placed in.

  • Create the following path structure to contain the collection:
mkdir -p $TARGET_DIR/ansible/collections/ansible_collections/stolostron
cd !$
  • Clone the collection repository and change its name:
git clone git@github.com:stolostron/ansible-collection.rhacm.git rhacm
  • Export ANSIBLE_COLLECTIONS_PATHS to specify collection location:
export ANSIBLE_COLLECTIONS_PATHS=$TARGET_DIR/ansible/collections/
  • Proceed with the development and testing