mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-31 00:51:34 -07:00
Rework Molecule prepare phase to install sudo only if root on target
This commit is contained in:
parent
d74820190f
commit
d8286dfca7
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
- name: Prepare
|
||||
hosts: all
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Install sudo
|
||||
ansible.builtin.yum:
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
- name: Prepare
|
||||
hosts: all
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Install sudo
|
||||
ansible.builtin.yum:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue