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
Describe the bug Cannot run under python3, TypeError: '<=' not supported between instances of 'str' and 'int' on pam.yml line 70
Expected behavior It should work
Actual behavior
TypeError: '<=' not supported between instances of 'str' and 'int' on pam.yml line 70
Example Playbook
- hosts: web roles: - dev-sec.os-hardening
OS / Environment
Ansible Version
2.8
Role Version
latest
Additional context Add any other context about the problem here.
Dockerfile used to execute the ansible command https://gist.github.com/justengland/4608e18cf2058e3e71fde266d84776b0
The text was updated successfully, but these errors were encountered:
@justengland - thanks for raising. I also bumped into the same issue you're having with this. I've raised a PR - #226 - as a fix.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Cannot run under python3, TypeError: '<=' not supported between instances of 'str' and 'int' on pam.yml line 70
Expected behavior
It should work
Actual behavior
Example Playbook
OS / Environment
Ansible Version
Role Version
Additional context
Add any other context about the problem here.
Dockerfile used to execute the ansible command
https://gist.github.com/justengland/4608e18cf2058e3e71fde266d84776b0
The text was updated successfully, but these errors were encountered: