mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-08 21:27:36 +02:00
build
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
#SPDX-License-Identifier: MIT-0
|
- name: Include vault
|
||||||
---
|
ansible.builtin.include_vars:
|
||||||
# tasks file for vault_client
|
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_distribution }}.yml"
|
||||||
|
|||||||
Reference in New Issue
Block a user