Files

9 lines
163 B
YAML
Raw Permalink Normal View History

2024-09-29 16:11:31 +02:00
---
- name: Converge
hosts: all
gather_facts: true
tasks:
- name: Include encryption role
ansible.builtin.include_role:
name: "encryption"