mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ansible-test: fix cloud_init_data_facts for Ubuntu 18.04 (#50916)
This commit is contained in:
parent
a54eb58156
commit
03669cdcdd
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@
|
||||||
block:
|
block:
|
||||||
- name: setup install cloud-init
|
- name: setup install cloud-init
|
||||||
package:
|
package:
|
||||||
name: cloud-init
|
name:
|
||||||
|
- cloud-init
|
||||||
|
- udev
|
||||||
|
|
||||||
- name: setup run cloud-init
|
- name: setup run cloud-init
|
||||||
service:
|
service:
|
||||||
|
|
Loading…
Reference in a new issue