Skip to content

fix: Config update messages from warning to note#425

Open
dbrennand wants to merge 1 commit intoansible:mainfrom
dbrennand:fix/issue-349
Open

fix: Config update messages from warning to note#425
dbrennand wants to merge 1 commit intoansible:mainfrom
dbrennand:fix/issue-349

Conversation

@dbrennand
Copy link
Copy Markdown
Contributor

Summary

  • Changes ansible.cfg update messages from warning to note level in isolation_cfg() so they no longer cause exit status 2, which breaks CI/automation workflows.
  • The update of the config file is expected behavior on first run and represents a successful isolation setup, not a warning condition.

Fixes #349

Attribution

This is a re-implementation with attribution to the original author David O Neill (@dmzoneill). The original PR is #405.

🤖 Generated with Claude Code

…e#349)

Changed the messages about updating ansible.cfg with collections_path
from warning level to note level. These messages indicate successful
operations and should not cause exit status 2, which breaks CI/automation
workflows.

The update of the config file is expected behavior on first run and
represents a successful isolation setup, not a warning condition.
@github-actions
Copy link
Copy Markdown

Label error. Requires at least 1 of: breaking, chore, feat, fix. Found: . Follow https://www.conventionalcommits.org to get auto-labeling to work correctly.

@dbrennand dbrennand changed the title Change config update messages from warning to note fix: Change config update messages from warning to note Apr 15, 2026
@dbrennand dbrennand changed the title fix: Change config update messages from warning to note fix: Config update messages from warning to note Apr 15, 2026
@dbrennand
Copy link
Copy Markdown
Contributor Author

Fixed the PR title, appreciate if someone with rights could re-run the ack job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Patching ansible.cfg causes exit status 2

2 participants