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/osx
|
||||||
skip/macos
|
skip/macos
|
||||||
skip/freebsd
|
skip/freebsd
|
||||||
|
needs/root
|
||||||
|
|
|
@ -21,11 +21,13 @@
|
||||||
name:
|
name:
|
||||||
- cloud-init
|
- cloud-init
|
||||||
- udev
|
- udev
|
||||||
|
become: yes
|
||||||
|
|
||||||
- name: setup run cloud-init
|
- name: setup run cloud-init
|
||||||
service:
|
service:
|
||||||
name: cloud-init-local
|
name: cloud-init-local
|
||||||
state: restarted
|
state: restarted
|
||||||
|
become: yes
|
||||||
|
|
||||||
- name: test gather cloud-init facts in check mode
|
- name: test gather cloud-init facts in check mode
|
||||||
cloud_init_data_facts:
|
cloud_init_data_facts:
|
||||||
|
|
Loading…
Add table
Reference in a new issue