Nick
Nick
# # ## 🗣 Description ## This pull requests updates the Ansible related version pins in the `requirements.txt` file. They are updated to reflect the latest pins in the [cisagov/skeleton-ansible-role]...
# 🚀 Feature Proposal # We should try to remove the hard-coded `ansible_python_interpreter=auto_legacy_silent` argument use to force Python 2 usage on the remote host when building the `dashboard`, `database`, and...
### Summary With the current release of `ansible-core` 2.16 I am unable to successfully run against a remote with forced usage of the Python 2 interpreter. I believe this is...
The current example for using `core.summary.addTable()` shows passing the data as a single row and does not correctly represent the sample output. This updates the example to be accurate both...
# # ## 🗣 Description ## This pull request changes the Coveralls code coverage upload method from running coveralls on the command line to using the [coverallsapp/github-action] action. ## 💭...
# # ## 🗣 Description ## This pull request modernizes the Packer template in this repository by converting it from the old, legacy JSON format to the fresh, modern HCL...