Add pexpect package for ansible.builtin.expect module
This commit is contained in:
parent
9768c23ca4
commit
61152c3112
@ -2,10 +2,14 @@
|
||||
dnf:
|
||||
name: ['podman', 'containernetworking-plugins', 'podman-plugins', 'python3-pip', 'systemd-container']
|
||||
state: present
|
||||
|
||||
- name: Install podman-compose pip Package
|
||||
pip:
|
||||
name: podman-compose
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items:
|
||||
- podman-compose
|
||||
- pexpect
|
||||
- name: Create Service Users
|
||||
user:
|
||||
name: "{{ item }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user