1
0
Fork 0
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:
Jordan Borean 2019-01-15 14:58:43 +10:00 committed by GitHub
parent a54eb58156
commit 03669cdcdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,9 @@
block:
- name: setup install cloud-init
package:
name: cloud-init
name:
- cloud-init
- udev
- name: setup run cloud-init
service: