mirror of https://github.com/ansible/ansible.git
Change:
- `udev` is provided by `systemd-udev`, which our `state=present` check
doesn't match. For now, work around this so we don't end up trying to
upgrade all of systemd.
- In the future, we should discuss if the `yum` module does the right
thing here.
Test Plan:
- Locally in docker
- CI
Signed-off-by: Rick Elrod <rick@elrod.me>
(cherry picked from commit 8eaa7423d4)
pull/72955/head
parent
35409b732d
commit
41f1209186
@ -0,0 +1,3 @@
|
||||
pkgs_required:
|
||||
- cloud-init
|
||||
- systemd # This provides 'udev' as a virtual pkg
|
||||
@ -0,0 +1,3 @@
|
||||
pkgs_required:
|
||||
- cloud-init
|
||||
- systemd-udev
|
||||
@ -0,0 +1,3 @@
|
||||
pkgs_required:
|
||||
- cloud-init
|
||||
- udev
|
||||
Loading…
Reference in New Issue