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

19 lines
377 B
YAML
Raw Normal View History

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