Install and configure the snapd service (snap daemon).
None
These variables can be defined:
snapd_configuration: <dict, the entire daemon configuration in YAML format>
None
- name: Converge
hosts: all
roles:
- role: snapd
vars:
snapd_configuration:
refresh:
metered: "hold"
timer: "sun5,20:00-23:00"
retain: 2
MIT
Tibor Csóka