-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
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
use ansible_ssh_pass rather than ansible_ssh_password + increase default limits on yaml + Fix null pointer issue(s) #388
base: main
Are you sure you want to change the base?
Conversation
…number + omit warnings from top of yaml file
Hello, |
@tpegeot Thanks, you are correct, i did a bad copy paste. |
I've also had to rewrite it to make the scan recursive... |
@madsi1m do you have an inventory to share?. It's to replicate the case. |
I can't share our inventory but basically it seems something like:
|
Use ansible_ssh_pass rather than ansible_ssh_password to align with ansible.
Seems some of the code has already been changed.