Files
a13labs.infra/ansible/roles/encryption/molecule/default/converge.yml
T

9 lines
163 B
YAML
Raw 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"