mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-28 07:31:30 -07:00
molecule: cleanup prepare to use one play
This commit is contained in:
parent
b3ca517583
commit
7324f48e8d
3 changed files with 43 additions and 37 deletions
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
- name: Prepare
|
||||
hosts: all
|
||||
gather_facts: yes
|
||||
vars:
|
||||
sudo_pkg_name: sudo
|
||||
tasks:
|
||||
- name: "Run preparation common to all scenario"
|
||||
ansible.builtin.include_tasks: ../prepare.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue