totaldebug.hassio_cli.hassio_snapshot (3.1.0) — module

Manage Home Assistant (HassIO) snapshot

| "added in version" 2.0.1 of totaldebug.hassio_cli"

Authors: marksie1988 / TotalDebug (@marksie1988)

Install collection

Install with ansible-galaxy collection install totaldebug.hassio_cli:==3.1.0


Add to requirements.yml

  collections:
    - name: totaldebug.hassio_cli
      version: 3.1.0

Description

Manage Home Assistant (HassIO, hass.io) snapshot - reboot, update, shutdown

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
# Reboot HassIO OS
- hassio_host:
    state: rebooted

Inputs

    
state:
    choices:
    - new
    - remove
    - restore
    - reload
    description:
    - State of snapshot
    required: true