1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix update test for wildcard.

This commit is contained in:
Michael Finney 2023-12-15 20:16:20 -06:00
parent 8e9f3e34bd
commit ad9edecdc8

View file

@ -216,7 +216,7 @@
that:
- host_update.changed
- host_update.hosts_changed is defined
- "'example.com' in host_update.hosts_changed"
- "'*' in host_update.hosts_changed"
- host_update.hosts_removed is defined
- host_update.hosts_added is defined
- host_update.hosts_change_diff is defined