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
1.67.0
Consider you have an ini file produced by Ansible's blockinfile
# BEGIN [profile test] sso_region = us-east-1 sso_registration_scopes = sso:account:access region = us-east-1 output = json # END
If you add new sections at the end of the file the library is going to strip # END part and Ansible won't be able to recognize the text block anymore
# END
Use the ini file provided in the description and try to add a new sections at the end of the file
Keep the '# END' comment after the section
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
1.67.0
Describe the bug
Consider you have an ini file produced by Ansible's blockinfile
If you add new sections at the end of the file the library is going to strip
# END
part and Ansible won't be able to recognize the text block anymoreTo reproduce
Use the ini file provided in the description and try to add a new sections at the end of the file
Expected behavior
Keep the '# END' comment after the section
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: