ansible-nas/roles/couchpotato/molecule/default/verify_stopped.yml
2022-09-12 23:27:44 +01:00

18 lines
389 B
YAML

---
- name: Verify
hosts: all
gather_facts: false
tasks:
- include_vars:
file: ../../defaults/main.yml
- name: Try and stop and remove Couchpotato
docker_container:
name: "{{ couchpotato_container_name }}"
state: absent
register: result
- name: Check Couchpotato is stopped
assert:
that:
- not result.changed