Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit updates the devcontainer.json file to include additional extensions for Visual Studio Code, such as EditorConfig, ms-python.autopep8, ms-python.flake8, redhat.ansible, and redhat.vscode-yaml. It also sets the default formatter for Python files to ms-python.autopep8 and enables formatting on save. Additionally, the ansible.python.interpreterPath is set to /usr/local/bin/python and the python.formatting.provider is set to none.
The molecule.yml file is also updated to use different platform images for testing. The amazonlinux-2023 and alpine-3.20 platforms are added, and the existing debian-10 platform is replaced with debian-10. The oraclelinux-9 and rockylinux-9 platforms are also added.