mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Try to fix test.
This commit is contained in:
parent
8f9c7f39ba
commit
23f51451c6
2 changed files with 3 additions and 0 deletions
|
@ -4,3 +4,4 @@ skip/aix
|
|||
skip/osx
|
||||
skip/macos
|
||||
skip/freebsd
|
||||
needs/root
|
||||
|
|
|
@ -21,11 +21,13 @@
|
|||
name:
|
||||
- cloud-init
|
||||
- udev
|
||||
become: yes
|
||||
|
||||
- name: setup run cloud-init
|
||||
service:
|
||||
name: cloud-init-local
|
||||
state: restarted
|
||||
become: yes
|
||||
|
||||
- name: test gather cloud-init facts in check mode
|
||||
cloud_init_data_facts:
|
||||
|
|
Loading…
Reference in a new issue