Add tasks to build python
This commit is contained in:
parent
82c346506d
commit
092b78cce6
3 changed files with 78 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue