Files

9 lines
150 B
YAML
Raw Permalink Normal View History

2024-09-24 15:19:51 +02:00
---
- name: Converge
hosts: all
any_errors_fatal: true
tasks:
- name: "Include cis"
2024-09-24 15:19:51 +02:00
ansible.builtin.include_role:
name: "cis"