Rebase ansible installation source
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-06-09 14:39:43 +02:00
parent 5f835960b9
commit 9460bc9bd6
4 changed files with 19 additions and 2 deletions

View File

@ -0,0 +1,6 @@
- name: Install pip-packages
ansible.builtin.pip:
name: "{{ item }}"
executable: pip3
state: latest
loop: "{{ pip-packages }}"

View File

@ -9,3 +9,6 @@
- name: Install packages
import_tasks: packages.yml
- name: Install ansible
import_tasks: ansible.yml