mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-01-28 18:39:44 +01:00
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
7 lines
216 B
YAML
Executable File
7 lines
216 B
YAML
Executable File
- name: Include vault
|
|
ansible.builtin.include_vars:
|
|
file: jaydee.yml
|
|
- name: Facts
|
|
ansible.builtin.setup:
|
|
- name: Include OS-specific tasks
|
|
ansible.builtin.include_tasks: "{{ ansible_facts.os_family }}.yml" |