mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 19:00:28 -07:00
8 lines
136 B
YAML
8 lines
136 B
YAML
---
|
|
- name: Prepare
|
|
hosts: all
|
|
tasks:
|
|
- name: Install sudo
|
|
ansible.builtin.yum:
|
|
name: sudo
|
|
state: present
|