Tests for collection {namespace}.{collection_name} ================== This play just tests the role {role_name} in the collection. Test driven development is enabled this way: - first write the test for the new function to fail - test if this does fail - solve the failure by creating the correct code in the collection. Expected "changed" tasks ------------------------ For this test repo, the following tasks will always be expected to have state 'changed' upon subsequent runs: ``` Task names here ``` If you run the test twice and any other task gives the "changed" status, this is incorrect behavior. Prerequisites ------------- The collection to be tested, must be in automation hub on development, so this is downloaded on activation. This playbook gets the latest version of that collection. To test: -------- Run the tests with: ``` ansible-playbook main.yml -e test_hosts=HOSTNAMES_OR_GROUP -e repo_version=YOUR_BRANCH_OR_TAG ```