mirror of https://github.com/ansible/ansible.git
[2.9] [cloud_init_data_facts tests] fix for centos8 (#72886)
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>pull/72890/head
parent
48d61848e9
commit
8eaa7423d4
@ -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