Skip to content

Commit

Permalink
feat(ansible): update ansible.posix to 1.5.1 (#2368)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ansible.posix](https://github.com/ansible-collections/ansible.posix)
| galaxy-collection | minor | `1.4.0` -> `1.5.1` |

---

### Release Notes

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

###
[`v1.5.1`](https://github.com/ansible-collections/ansible.posix/blob/HEAD/CHANGELOG.rst#v151)

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

\======

## Minor Changes

- mount - Add `absent_from_fstab` state
([https://github.com/ansible-collections/ansible.posix/pull/166](https://github.com/ansible-collections/ansible.posix/pull/166)).
- mount - Add `ephemeral` value for the `state` parameter, that allows
to mount a filesystem without altering the `fstab` file
([https://github.com/ansible-collections/ansible.posix/pull/267](https://github.com/ansible-collections/ansible.posix/pull/267)).
- r4e_rpm_ostree - new module for validating package state on RHEL for
Edge
-   rhel_facts - new facts module to handle RHEL specific facts
- rhel_rpm_ostree - new module to handle RHEL rpm-ostree specific
package management functionality
-   rpm_ostree_upgrade - new module to automate rpm-ostree upgrades
- rpm_ostree_upgrade - new module to manage upgrades for rpm-ostree
based systems

## Bugfixes

- Removed contentious terminology to match reference documentation in
profile_tasks.
-   firewall - Fixed to output a more complete missing library message.
- synchronize - Fixed hosts involved in rsync require the same password

###
[`v1.5.0`](https://github.com/ansible-collections/ansible.posix/compare/1.4.0...1.5.0)

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

</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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDYuMCIsInVwZGF0ZWRJblZlciI6IjM0LjEwNi4wIn0=-->

Co-authored-by: lumiere-bot <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] authored Jan 21, 2023
1 parent a13e8f1 commit 8a5ec73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
collections:
- name: ansible.posix
version: 1.4.0
version: 1.5.1
- name: community.general
version: 6.2.0
- name: kubernetes.core
Expand Down

0 comments on commit 8a5ec73

Please sign in to comment.