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
when includes multi yaml files and when one file has a empty file like below, it will remove all hosts before this file.
# ~/.ssh/assh.yml inclues: - ~/.ssh/assh.d/*.yml
# ~/.ssh/assh.d/temp.yml hosts:
DEBUG Loading config file {"file": "/home/xxx/.ssh/assh.d/openstack.yml"} DEBUG Loaded config file {"file": "/home/xxx/.ssh/assh.d/openstack.yml", "num-host-before": 130, "num-host-after": 131, "num-host-diff": 1} DEBUG Loading config file {"file": "/home/xxx/.ssh/assh.d/temp.yml"} DEBUG Loaded config file {"file": "/home/xxx/.ssh/assh.d/temp.yml", "num-host-before": 131, "num-host-after": 0, "num-host-diff": -131} DEBUG Loading config file {"file": "/home/xxx/.ssh/assh.d/tt.yml"} DEBUG Loaded config file {"file": "/home/xxx/.ssh/assh.d/tt.yml", "num-host-before": 0, "num-host-after": 9, "num-host-diff": 9}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when includes multi yaml files and when one file has a empty file like below, it will remove all hosts before this file.
The text was updated successfully, but these errors were encountered: