Add tasks to build python

This commit is contained in:
Sonny Bakker 2022-10-10 10:50:08 +02:00
parent 82c346506d
commit 092b78cce6
3 changed files with 78 additions and 2 deletions

View file

@ -21,11 +21,14 @@
- import_tasks: 'tasks/main.yml'
- import_tasks: 'tasks/dotfiles.yml'
- import_tasks: 'tasks/neovim.yml'
- name: gather the package facts
- name: gather package facts
package_facts:
manager: pacman
- import_tasks: 'tasks/aur.yml'
when: aur_packages|map(attribute='package_name')|list is not subset(ansible_facts.packages)
- import_tasks: 'tasks/docker.yml'
- name: setup python versions
include_tasks: 'tasks/python.yml'
loop: '{{ python_versions }}'
vars_files:
- 'vars.yml'