roles/basic_packages/tasks/main.yml aktualisiert
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
8baeead511
commit
1e29a77521
1 changed files with 10 additions and 0 deletions
|
|
@ -8,6 +8,16 @@
|
|||
- pigz
|
||||
state: present
|
||||
|
||||
- name: Install Python Packages
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- python-pip3
|
||||
- python-cryptography
|
||||
|
||||
- name: Install python modules over pip
|
||||
ansible.builtin.pip:
|
||||
name: pyopenssl
|
||||
|
||||
- name: Setup rear config
|
||||
ansible.builtin.template:
|
||||
src: roles/basic_packages/files/local.conf
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue