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

19 lines
377 B
YAML
Raw Normal View History

2022-12-15 23:10:45 +00:00
---
- 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