How to supress warning about offline mode? #3153
Unanswered
SergeiCherevko
asked this question in
General
Replies: 1 comment
-
The code that emits this warning is in a different repository: https://github.com/ansible/ansible-compat/blob/f51159bb7954e7353c62264aa8cdc4e44e2096e7/src/ansible_compat/runtime.py#L347-L350 - maybe ask there to reduce the logging/warning level to info? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When i run ansible-lint i see this warning
Here is my ansible-lint config
How to avoid this warning, without using "-q" key?
I need standart output like as
With "Passed with prod...", but without "WARNING bla bla" and i can't delete
offline: true
from config of courseBeta Was this translation helpful? Give feedback.
All reactions