Skip to content

Uses cfg isolation-mode #585

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/contributor-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/building-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions docs/user-guide/content-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion docs/user-guide/test-isolation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-<sha256>` for temporary installations
Expand Down
Loading