mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 03:46:55 +00:00
modules: fix examples to use FQCN for builtin plugins (#661)
This commit is contained in:
committed by
Felix Fontein
parent
93bc4875e3
commit
7d44ce9635
@@ -62,7 +62,7 @@ EXAMPLES = '''
|
||||
register: result
|
||||
|
||||
- name: Make sure that both images pacur/centos-7 and sinatra exist locally
|
||||
assert:
|
||||
ansible.builtin.assert:
|
||||
that:
|
||||
- result.images | length == 2
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user