diff --git a/docs/contributor-guide.md b/docs/contributor-guide.md index 87c127e8..f862ada8 100644 --- a/docs/contributor-guide.md +++ b/docs/contributor-guide.md @@ -71,7 +71,6 @@ At this moment the devspaces container is not tested by the CI, so it is importa ## Talk to us - Join the Ansible forum: - - [Get Help](https://forum.ansible.com/c/help/6): get help or help others. Please add appropriate tags if you start new discussions, for example the `devtools` tag. - [Posts tagged with 'devtools'](https://forum.ansible.com/tag/devtools): subscribe to participate in project-related conversations. - [Social Spaces](https://forum.ansible.com/c/chat/4): gather and interact with fellow enthusiasts. diff --git a/docs/user-guide/building-collection.md b/docs/user-guide/building-collection.md index b0deedd2..cd23f3b9 100644 --- a/docs/user-guide/building-collection.md +++ b/docs/user-guide/building-collection.md @@ -31,7 +31,7 @@ NOTE: For a more detailed explanation about using Ansible Creator in the VS Code - Navigate to the collection directory and run: ```console -$ ade install -e . +$ ade install --im cfg -e . ``` - This installation method adds the collection to the system paths so that Ansible knows about it. Additionally, it enhances the development process by allowing on-the-go changes to the module code. diff --git a/docs/user-guide/content-release.md b/docs/user-guide/content-release.md index 8202281e..03f101bb 100644 --- a/docs/user-guide/content-release.md +++ b/docs/user-guide/content-release.md @@ -84,12 +84,10 @@ jobs: The repo that is being released must have the following environments created: - **Name: release** - - `AH_TOKEN` - `ANSIBLE_GALAXY_API_KEY` - **Name: push** - - `BOT_PAT` - `refresh_ah_token`: Make sure this workflow in netcommon has run successfully in the previous run. If not, it must be triggered to re-run and ensure it is successfully executed. diff --git a/docs/user-guide/test-isolation.md b/docs/user-guide/test-isolation.md index fc6c215e..f823b180 100644 --- a/docs/user-guide/test-isolation.md +++ b/docs/user-guide/test-isolation.md @@ -37,7 +37,6 @@ following predictable behaviors: ## Isolated mode (default) - First folder that is not read-only from the list below will be used as cache directory and also : - - `$VIRTUAL_ENV/.ansible` for anything but collections, those will be inside `lib/python3.*/site-packages/ansible_collections` because this makes them available to ansible-core without any additional configuration. - `$PROJECT_ROOT/.ansible` - `$TMPDIR/.ansible-` for temporary installations