ansible-nas/roles/apcupsd/molecule/default/verify_stopped.yml
2024-02-17 21:36:55 +02:00

18 lines
377 B
YAML

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