mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
(cherry picked from commit e21d6d380c)
Co-authored-by: bastantoine <bastien.antoine69+github@gmail.com>
This commit is contained in:
parent
5c7f9fe33d
commit
a9c1d1ce1a
@ -229,7 +229,7 @@ EXAMPLES = '''
|
||||
ansible.builtin.debug:
|
||||
var: output
|
||||
|
||||
- name: Verify that web and db services are running
|
||||
- name: Verify that web and db services are not running
|
||||
ansible.builtin.assert:
|
||||
that:
|
||||
- "not output.services.web.flask_web_1.state.running"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user