mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-07-25 00:44:48 +00:00
12 lines
246 B
YAML
12 lines
246 B
YAML
---
|
|
- name: Prepare
|
|
hosts: all
|
|
vars_files:
|
|
- ../group_vars/all/vars.yml
|
|
gather_facts: yes
|
|
vars:
|
|
sudo_pkg_name: sudo
|
|
tasks:
|
|
- name: "Run preparation common to all scenario"
|
|
ansible.builtin.include_tasks: ../prepare.yml
|