ansible-nas/roles/emby/molecule/default/verify_stopped.yml

19 lines
368 B
YAML
Raw Normal View History

2022-09-12 22:27:44 +00:00
---
- name: Verify
hosts: all
gather_facts: false
tasks:
- include_vars:
file: ../../defaults/main.yml
- name: Try and stop and remove Emby
docker_container:
name: "{{ emby_container_name }}"
state: absent
register: result
- name: Check Emby is stopped
assert:
that:
- not result.changed