Merge pull request 'roles/basic_packages/tasks/main.yml aktualisiert' (#18) from rulrich-patch-1 into main
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #18
This commit is contained in:
commit
8a7359f9a4
1 changed files with 10 additions and 0 deletions
|
|
@ -8,6 +8,16 @@
|
||||||
- pigz
|
- pigz
|
||||||
state: present
|
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
|
- name: Setup rear config
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: roles/basic_packages/files/local.conf
|
src: roles/basic_packages/files/local.conf
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue