chore(deps): update dependency ansible.posix to v2 (#77)
All checks were successful
lint, build and push / lint (push) Successful in 5s
lint, build and push / build (push) Successful in 3m15s

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [ansible.posix](https://github.com/ansible-collections/ansible.posix) | galaxy-collection | major | `1.6.2` -> `2.0.0` |

---

### Release Notes

<details>
<summary>ansible-collections/ansible.posix (ansible.posix)</summary>

### [`v2.0.0`](https://github.com/ansible-collections/ansible.posix/blob/HEAD/CHANGELOG.rst#v200)

[Compare Source](https://github.com/ansible-collections/ansible.posix/compare/1.6.2...2.0.0)

\======

## Release Summary

This is the major release of the `ansible.posix` collection.
This changelog contains all changes to the modules and plugins
in this collection that have been added after the release of
`ansible.posix` 1.6.2

## Minor Changes

-   authorized_keys - allow using absolute path to a file as a SSH key(s) source (https://github.com/ansible-collections/ansible.posix/pull/568)
-   callback plugins - Add recap information to timer, profile_roles and profile_tasks callback outputs (https://github.com/ansible-collections/ansible.posix/pull/387).

## Breaking Changes / Porting Guide

-   firewalld - Changed the type of forward and masquerade options from str to bool (https://github.com/ansible-collections/ansible.posix/issues/582).
-   firewalld - Changed the type of icmp_block_inversion option from str to bool (https://github.com/ansible-collections/ansible.posix/issues/586).

## Removed Features (previously deprecated)

-   skippy - Remove skippy pluglin as it is no longer supported(https://github.com/ansible-collections/ansible.posix/issues/350).

## Bugfixes

-   acl - Fixed to set ACLs on paths mounted with NFS version 4 correctly (https://github.com/ansible-collections/ansible.posix/issues/240).
-   mount - Handle `boot` option on Linux, NetBSD and OpenBSD correctly (https://github.com/ansible-collections/ansible.posix/issues/364).
-   mount - If a comment is appended to a fstab entry, state present creates a double-entry (https://github.com/ansible-collections/ansible.posix/issues/595).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40OS4zIiwidXBkYXRlZEluVmVyIjoiMzkuNDkuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Reviewed-on: #77
Co-authored-by: Renovate Bot <renovate@mgrote.net>
Co-committed-by: Renovate Bot <renovate@mgrote.net>
This commit is contained in:
Renovate Bot 2024-12-05 10:45:38 +01:00 committed by Michael Grote
parent 7be4270d83
commit ed3bcde3b6

View file

@ -4,7 +4,7 @@ collections:
- name: community.crypto - name: community.crypto
version: "2.22.3" version: "2.22.3"
- name: ansible.posix - name: ansible.posix
version: "1.6.2" version: "2.0.0"
- name: community.docker - name: community.docker
version: "4.1.0" version: "4.1.0"
- name: viczem.keepass - name: viczem.keepass