ruzickap / packer-templates

Scripts and Templates used for generating Vagrant images
Apache License 2.0
443 stars 113 forks source link

Update dependency ansible.windows to v1.11.0 #419

Closed my-renovate[bot] closed 2 years ago

my-renovate[bot] commented 2 years ago

This PR contains the following updates:

Package Update Change
ansible.windows minor 1.10.0 -> 1.11.0

Release Notes

ansible-collections/ansible.windows ### [`v1.11.0`](https://togithub.com/ansible-collections/ansible.windows/blob/HEAD/CHANGELOG.rst#v1110) [Compare Source](https://togithub.com/ansible-collections/ansible.windows/compare/1.10.0...1.11.0) \======= ## Release Summary Release summary for v1.11.0 ## Minor Changes - Raise minimum Ansible version to `2.11` or newer - setup - also read `*.json` files in `fact_path` as raw JSON text in addition to `.ps1` scripts - win_acl_inheritance - support for setting inheritance for registry keys - win_command - Added the `argv` module option for specifying the command to run as a list to be escaped rather than the free form input - win_command - Added the `cmd` module option for specifying the command to run as a module option rather than the free form input - win_command - Migrated to the newer Ansible.Basic style module to improve module invocation output - win_stat - Added `get_size` to control whether `win_stat` will calculate the size of files or directories - https://github.com/ansible-collections/ansible.windows/issues/384 ## Bugfixes - setup - Ignore PATH entries with invalid roots when trying to find `facter.exe` - https://github.com/ansible-collections/ansible.windows/issues/397 - setup - Ignore invalid `PATH` entries when trying to find `facter.exe` - https://github.com/ansible-collections/ansible.windows/issues/364 - win_find - Fix up share checks when the share contains the `'` character - win_package - Skip `msix` provider on older hosts that do not implement the required cmdlets - win_powershell - Do not attempt to serialize ETS properties of primitive types - https://github.com/ansible-collections/ansible.windows/issues/360 - win_powershell - Make sure `target_object` on an error record uses the `depth` object when serializing the value - https://github.com/ansible-collections/ansible.windows/issues/375 - win_stat - Fix up share checks when the share contains the `'` character - win_updates - Try to display warnings on search suceeded with warnings - https://github.com/ansible-collections/ansible.windows/issues/366
github-actions[bot] commented 2 years ago

MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 1 0 0.12s
✅ REPOSITORY checkov yes no 6.31s
✅ REPOSITORY dustilock yes no 0.0s
✅ REPOSITORY gitleaks yes no 0.61s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY secretlint yes no 1.28s
✅ REPOSITORY syft yes no 0.38s
✅ REPOSITORY trivy yes no 4.18s
✅ SPELL misspell 2 0 0.04s
✅ YAML prettier 2 0 0.62s
✅ YAML yamllint 2 0 0.16s

See errors details in artifact MegaLinter reports on CI Job page _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_