We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm sorry to comment this issue, but it appear to be not helping.
I'm trying this following ansibledoctor.yml configuration:
ansibledoctor.yml
--- logging: level: warning force_overwrite: true exclude_tags: - always - never
And never tag still appear in autodiscovery tags section.
never
And i think I'm not the only one. I even found this roles README with a ansibledoctor.yml configuration with exclude_tags where the mentionned tag appear in README (always) https://github.com/oravirt/ansible-oracle/tree/master/roles/oraswgi_install
exclude_tags
I also tried with an environment variable without succes :
EXCLUDE_TAGS=["never"] ansible-doctor
Originally posted by @marcpaulchand in #286 (comment)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I'm sorry to comment this issue, but it appear to be not helping.
I'm trying this following
ansibledoctor.yml
configuration:And
never
tag still appear in autodiscovery tags section.And i think I'm not the only one.
I even found this roles README with a
ansibledoctor.yml
configuration withexclude_tags
where the mentionned tag appear in README (always)https://github.com/oravirt/ansible-oracle/tree/master/roles/oraswgi_install
I also tried with an environment variable without succes :
EXCLUDE_TAGS=["never"] ansible-doctor
Originally posted by @marcpaulchand in #286 (comment)
The text was updated successfully, but these errors were encountered: