quitting without message #2100
Unanswered
natedogith1
asked this question in
General
Replies: 1 comment
-
I might be wrong, but as far as I know, this is on purpose, as you do not have a |
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.
-
Summary
ansible-lint quitting without any message. It looks like the cause is raise SystemExit in utils.find_children
Issue Type
Ansible and Ansible Lint details
OS / ENVIRONMENT
WSL Ubuntu
STEPS TO REPRODUCE
playbook.yml:
roles/foo/tasks/file.yml:
ansible-lint playbook.yml
Desired Behavior
An error message should be printed
Actual Behavior
ansible-lint exits without showing any message.
Beta Was this translation helpful? Give feedback.
All reactions