This commit is contained in:
2026-02-15 15:14:54 +01:00
parent b03bad579c
commit a71614bd69
7 changed files with 48 additions and 19 deletions

View File

@@ -1,7 +1,10 @@
- name: Include vault
ansible.builtin.include_vars:
file: jaydee.yml
- name: Facts
ansible.builtin.setup:
when: ansible_facts.architecture is not defined
- name: Include OS-specific tasks
ansible.builtin.include_tasks: "{{ ansible_facts.os_family }}.yml"