Ansible_workstation/roles/borgmatic/molecule/default/converge.yml

14 lines
215 B
YAML
Raw Normal View History

2022-03-04 14:24:09 +00:00
---
- name: Converge
hosts: all
become: yes
pre_tasks:
- name: Update apt cache
apt:
update_cache: yes
tasks:
- name: "Include borgmatic"
include_role:
name: "borgmatic"