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