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:
parent
8e9f3e34bd
commit
ad9edecdc8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue